生成成功加入提示
This commit is contained in:
@@ -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'))
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user