BPM:处理打开 bpmn 设计器时,key 和 name 覆盖更新

This commit is contained in:
YunaiV 2024-03-24 10:46:37 +08:00
parent eed7bb2e1a
commit 624594bb5c

View File

@ -139,6 +139,14 @@ const updateBaseInfo = (key) => {
}
}
onMounted(() => {
// bpmn 1 key name
setTimeout(() => {
handleKeyUpdate(props.model.key)
handleNameUpdate(props.model.name)
}, 110)
})
watch(
() => props.businessObject,
(val) => {