生成成功加入提示

This commit is contained in:
X1627315083@163.com
2026-04-30 10:06:45 +08:00
parent 0b8b4c7aeb
commit 2baff3be45
3 changed files with 8 additions and 0 deletions

View File

@@ -1,9 +1,12 @@
import { getTaskidResult } from '@/api/flow-canvas'
import { ElMessage } from 'element-plus'
import { updateVersionSketchUrlApi } from '@/api/flow-canvas'
import i18n from '@/lang'
// interface NodeOptions {
// }
const t = i18n.global.t
export class GenerateManager {
stateManager: any
taskIds: string[] = []
@@ -68,6 +71,7 @@ export class GenerateManager {
nodeDataItem.glbPath = item.glbPath
nodeDataItem.glbInfoObj = item.glbInfoObj
}
ElMessage.success(t('FlowCanvas.generateSuccess'))
}
}
})