Переглянути джерело

关联试验文件表格加载效果

duy 2 роки тому
батько
коміт
a1d9289812
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      src/views/data-fill/components/ListItem.vue

+ 2 - 0
src/views/data-fill/components/ListItem.vue

@@ -1486,6 +1486,7 @@ const thirdfilenodeItemInfo = ref({})
 const thirdfilenodeDataInfo = ref({})
 //获取第三方树节点下的数据
 const getthirdTreetavleDatas = async () => {
+    filedialogTableLoading.value=true
     const { error, code, data } = await thirdApi.queryPage({
         projectId: projectId.value,
         contractId: contractId.value,
@@ -1523,6 +1524,7 @@ const getthirdTreetavleDatas = async () => {
         filesearchFormPage.value.total = 0
         filesearchFormPage.value = false
     }
+    filedialogTableLoading.value=false
 }
 const thirdtreeDatasElTreeClick =(data,node)=>{
     thirdfilenodeItemInfo.value = node