【代码优化】Bpm:更多设置-流程编码

pull/671/head
YunaiV 2025-01-20 12:33:28 +08:00
parent e6765b7e61
commit 0677173856
2 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,7 @@ const numberExample = computed(() => {
}
})
//
/** 兼容以前未配置更多设置的流程 */
const initData = () => {
if (!modelData.value.processIdRule) {
modelData.value.processIdRule = {

View File

@ -196,6 +196,7 @@ const initData = async () => {
// currentStep
currentStep.value = 0
//
extraSettingsRef.value.initData()
}