mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-06-19 23:02:00 +08:00
!646 fix: Simple设计器修改不生效
Merge pull request !646 from Lesan/feature/bpm-n
This commit is contained in:
commit
4aa44abf25
@ -40,7 +40,7 @@ defineOptions({
|
|||||||
name: 'SimpleProcessDesigner'
|
name: 'SimpleProcessDesigner'
|
||||||
})
|
})
|
||||||
|
|
||||||
const emits = defineEmits(['success']) // 保存成功事件
|
const emits = defineEmits(['success', 'init-finished']) // 保存成功事件
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
modelId: {
|
modelId: {
|
||||||
@ -263,6 +263,7 @@ onMounted(async () => {
|
|||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
loading.value = false
|
loading.value = false
|
||||||
|
emits('init-finished')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user