Commit 4aa44abf by 芋道源码 Committed by Gitee

!646 fix: Simple设计器修改不生效

Merge pull request !646 from Lesan/feature/bpm-n
parents 98774ecc a9b5a7f0
......@@ -40,7 +40,7 @@ defineOptions({
name: 'SimpleProcessDesigner'
})
const emits = defineEmits(['success']) // 保存成功事件
const emits = defineEmits(['success', 'init-finished']) // 保存成功事件
const props = defineProps({
modelId: {
......@@ -263,6 +263,7 @@ onMounted(async () => {
}
} finally {
loading.value = false
emits('init-finished')
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment