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

pull/402/MERGE
YunaiV 2024-03-24 10:46:37 +08:00
parent eed7bb2e1a
commit 624594bb5c
1 changed files with 8 additions and 0 deletions

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) => {