Browse Source

fix: bug

master
yxhc 1 week ago
parent
commit
2ca4080770
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      src/pages/systemManage/flowConfiguration/index.vue
  2. +1
    -0
      src/pages/systemManage/formConfiguration/index.vue

+ 1
- 0
src/pages/systemManage/flowConfiguration/index.vue View File

@@ -72,6 +72,7 @@ const { proxy } = getCurrentInstance(),
})
},
getTree = (value) => {
console.log(value)
regionCode.value = value.regionLevel === 3 ? value.regionCode : undefined
getTableData()
}


+ 1
- 0
src/pages/systemManage/formConfiguration/index.vue View File

@@ -351,6 +351,7 @@ const { proxy } = getCurrentInstance(),
treeForm = ref({}),
getTree = (value) => {
treeForm.value = value.regionLevel === 3 ? value.regionCode : undefined
if (!treeForm.value) return
getConfigFn()
},
// 审查清单


Loading…
Cancel
Save