更新画布菜单交互逻辑,画布生成或画布编辑图片更新外面版本图片

This commit is contained in:
X1627315083@163.com
2026-04-17 15:46:28 +08:00
parent b4fc3addb8
commit 6517560bd8
8 changed files with 100 additions and 10 deletions

View File

@@ -10,6 +10,7 @@
import { ref } from 'vue'
import { getSketchFlowCanvas } from '@/api/flow-canvas'
import { useI18n } from 'vue-i18n'
import myEvent from '@/utils/myEvent'
const dialogVisible = ref(false)
const config = ref({}) as any
@@ -33,6 +34,7 @@
}
const close = async () => {
dialogVisible.value = false
myEvent.emit('closeFlowCanvas')
}
defineExpose({
open,