mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-23 23:35:06 +08:00
【优化】调整 ai Image 方法注释
This commit is contained in:
@ -85,24 +85,18 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
|
||||
/**
|
||||
* 抽屉 - close
|
||||
*/
|
||||
/** 抽屉 - close */
|
||||
const handlerDrawerClose = async () => {
|
||||
emits('handlerDrawerClose')
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取 - 图片 detail
|
||||
*/
|
||||
/** 获取 - 图片 detail */
|
||||
const getImageDetail = async (id) => {
|
||||
// 获取图片详细
|
||||
imageDetail.value = await ImageApi.getImageDetail(id)
|
||||
}
|
||||
|
||||
/**
|
||||
* 任务 - detail
|
||||
*/
|
||||
/** 任务 - detail */
|
||||
const handlerTaskDetail = async () => {
|
||||
showDrawer.value = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user