duy 7 mesi fa
parent
commit
2a091732e0
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/views/project/info/template.vue

+ 3 - 0
src/views/project/info/template.vue

@@ -239,6 +239,9 @@ const handleWbsID = (refId) => {
         }
     }
     console.log(wbsId.value, ' wbsId.value')
+    if (!wbsId.value ) {
+        rightLoading.value = false
+    }
 }
 //左边树
 const leftLoading = ref(false)