Преглед на файлове

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

yangyj преди 1 година
родител
ревизия
839ff33230
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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