Przeglądaj źródła

合同工程清单修改

duy 1 rok temu
rodzic
commit
497840af87
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      src/views/project/debit/contract/check-list.vue

+ 4 - 0
src/views/project/debit/contract/check-list.vue

@@ -691,6 +691,10 @@ const leadUploadData = ref({
 const handleFileDUcess = (res)=>{
     const { data } = res
     window.$message.success(data)
+    ishowTree.value = false
+    setTimeout(() => {
+        ishowTree.value = true
+    }, 1000)
 }
 const handFileError = (err)=>{
     const msg = JSON.parse(err.message).msg