fix: 解决bpmn设计器 初次创建流程key不一致问题

This commit is contained in:
zws
2025-01-16 10:10:46 +08:00
parent 84552a6253
commit 66d8cf1233
3 changed files with 10 additions and 0 deletions

View File

@@ -152,6 +152,9 @@ watch(
handleKeyUpdate(props.model.key)
handleNameUpdate(props.model.name)
}
},
{
immediate: true
}
)