Skip to content

Commit fda50ff

Browse files
committed
【解决todo】drawIn 没用啦
1 parent f147f05 commit fda50ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/views/ai/image/index.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,13 @@ const platformOptions = [
6060
value: AiPlatformEnum.STABLE_DIFFUSION
6161
}
6262
]
63-
const drawIn = ref<boolean>(false) // 生成中
6463
6564
/** 绘画 - start */
6665
const handleDrawStart = async (type) => {
67-
// todo @fan:这个是不是没用啦?
68-
drawIn.value = true
6966
}
7067
7168
/** 绘画 - complete */
7269
const handleDrawComplete = async (type) => {
73-
drawIn.value = false
74-
// todo
7570
await imageTaskRef.value.getImageList()
7671
}
7772

0 commit comments

Comments
 (0)