【解决todo】drawIn 没用啦

pull/471/head^2
cherishsince 2024-07-05 09:36:34 +08:00
parent f147f05aeb
commit fda50ff291
1 changed files with 0 additions and 5 deletions

View File

@ -60,18 +60,13 @@ const platformOptions = [
value: AiPlatformEnum.STABLE_DIFFUSION
}
]
const drawIn = ref<boolean>(false) //
/** 绘画 - start */
const handleDrawStart = async (type) => {
// todo @fan
drawIn.value = true
}
/** 绘画 - complete */
const handleDrawComplete = async (type) => {
drawIn.value = false
// todo
await imageTaskRef.value.getImageList()
}