Sfoglia il codice sorgente

分配树加载效果

duy 1 anno fa
parent
commit
8c05e3718e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
 }