소스 검색

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

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