【增加】midjourney 提交任务回调 onDrawStart 、onDrawComplete
This commit is contained in:
parent
82fbb5e024
commit
d1be8991b3
@ -129,7 +129,7 @@ const handlerGenerateImage = async () => {
|
|||||||
// todo @范 图片生产逻辑
|
// todo @范 图片生产逻辑
|
||||||
try {
|
try {
|
||||||
// 回调
|
// 回调
|
||||||
// emits('onDrawStart', selectModel.value.key)
|
emits('onDrawStart', selectModel.value.key)
|
||||||
// 发送请求
|
// 发送请求
|
||||||
const req = {
|
const req = {
|
||||||
prompt: prompt.value,
|
prompt: prompt.value,
|
||||||
@ -139,7 +139,7 @@ const handlerGenerateImage = async () => {
|
|||||||
await ImageApi.midjourneyImagine(req)
|
await ImageApi.midjourneyImagine(req)
|
||||||
} finally {
|
} finally {
|
||||||
// 回调
|
// 回调
|
||||||
// emits('onDrawComplete', selectModel.value.key)
|
emits('onDrawComplete', selectModel.value.key)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user