Przeglądaj źródła

fix: bug

master
yxhc 1 tydzień temu
rodzic
commit
2ca4080770
2 zmienionych plików z 2 dodań i 0 usunięć
  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 Wyświetl plik

@@ -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 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz