项目历史

This commit is contained in:
lzp
2026-02-27 16:47:02 +08:00
parent 190357caf5
commit 834f163fce
7 changed files with 99 additions and 50 deletions

View File

@@ -31,8 +31,8 @@
userInfoStore.getUserInfo()
const flowCanvasRef = ref(null)
const openFlowCanvas = () => {
flowCanvasRef.value.open()
const openFlowCanvas = (config) => {
flowCanvasRef.value.open(config)
}
myEvent.add('openFlowCanvas', openFlowCanvas)
onUnmounted(() => {