Selaa lähdekoodia

分配树加载效果

duy 1 vuosi sitten
vanhempi
commit
8c05e3718e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/views/transfer/preliminary-examination.vue

+ 1 - 0
src/views/transfer/preliminary-examination.vue

@@ -157,6 +157,7 @@ const tabData = ref([
 ])
 const tabChange = (item) => {
     tabKey.value = item?.key
+    treeLoading.value = true
 }