Browse Source

分配树加载效果

duy 1 năm trước cách đây
mục cha
commit
8c05e3718e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 }