画布删除最后一张图更新版本图

This commit is contained in:
X1627315083@163.com
2026-04-20 11:10:58 +08:00
parent 8cc83ae12b
commit d4d9c2eede
7 changed files with 49 additions and 6 deletions

View File

@@ -33,6 +33,7 @@
dialogVisible.value = true
}
const close = async () => {
await flowCanvasRef.value?.putFlowJson()
dialogVisible.value = false
myEvent.emit('closeFlowCanvas')
}