Commit 06771738 by YunaiV

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

parent e6765b7e
...@@ -119,7 +119,7 @@ const numberExample = computed(() => { ...@@ -119,7 +119,7 @@ const numberExample = computed(() => {
} }
}) })
// 兼容以前未配置更多设置的流程 /** 兼容以前未配置更多设置的流程 */
const initData = () => { const initData = () => {
if (!modelData.value.processIdRule) { if (!modelData.value.processIdRule) {
modelData.value.processIdRule = { modelData.value.processIdRule = {
......
...@@ -196,6 +196,7 @@ const initData = async () => { ...@@ -196,6 +196,7 @@ const initData = async () => {
// 最终,设置 currentStep 切换到第一步 // 最终,设置 currentStep 切换到第一步
currentStep.value = 0 currentStep.value = 0
// 兼容,以前未配置更多设置的流程
extraSettingsRef.value.initData() extraSettingsRef.value.initData()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment