Browse Source

工程划分导入修改

duy 4 months ago
parent
commit
99cd9611e9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/data-fill/division.vue

+ 2 - 1
src/views/data-fill/division.vue

@@ -2705,7 +2705,8 @@ const handleSuccess = (res) => {
   
   
    setTimeout(()=>{
    setTimeout(()=>{
     window?.location?.reload() //刷新页面
     window?.location?.reload() //刷新页面
-   }, 4000)
+   }, 1000)
+
     } else {
     } else {
         window.$message.error(res.msg || '上传失败')
         window.$message.error(res.msg || '上传失败')
     }
     }