mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-09 17:02:43 +08:00
【代码优化】Bpm:更多设置-流程编码
This commit is contained in:
parent
e6765b7e61
commit
0677173856
@ -119,7 +119,7 @@ const numberExample = computed(() => {
|
||||
}
|
||||
})
|
||||
|
||||
// 兼容以前未配置更多设置的流程
|
||||
/** 兼容以前未配置更多设置的流程 */
|
||||
const initData = () => {
|
||||
if (!modelData.value.processIdRule) {
|
||||
modelData.value.processIdRule = {
|
||||
|
@ -196,6 +196,7 @@ const initData = async () => {
|
||||
// 最终,设置 currentStep 切换到第一步
|
||||
currentStep.value = 0
|
||||
|
||||
// 兼容,以前未配置更多设置的流程
|
||||
extraSettingsRef.value.initData()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user