Explorar el Código

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

duy hace 2 años
padre
commit
a1d9289812
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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