Commit fda50ff2 by cherishsince

【解决todo】drawIn 没用啦

parent f147f05a
...@@ -60,18 +60,13 @@ const platformOptions = [ ...@@ -60,18 +60,13 @@ const platformOptions = [
value: AiPlatformEnum.STABLE_DIFFUSION value: AiPlatformEnum.STABLE_DIFFUSION
} }
] ]
const drawIn = ref<boolean>(false) // 生成中
/** 绘画 - start */ /** 绘画 - start */
const handleDrawStart = async (type) => { const handleDrawStart = async (type) => {
// todo @fan:这个是不是没用啦?
drawIn.value = true
} }
/** 绘画 - complete */ /** 绘画 - complete */
const handleDrawComplete = async (type) => { const handleDrawComplete = async (type) => {
drawIn.value = false
// todo
await imageTaskRef.value.getImageList() await imageTaskRef.value.getImageList()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment