Browse Source

Merge branch 'master' of http://39.108.216.210:3000/web/measure into master

yangyj 1 year ago
parent
commit
839ff33230
1 changed files with 4 additions and 0 deletions
  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