From 5685babbcf4eb0b1cbbe1385472d862ce5fbb410 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期四, 06 四月 2023 14:23:53 +0800
Subject: [PATCH] 地质体模型挂载,数据申请页面 添加下载功能

---
 src/views/datamanage/dataUpdata.vue |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/src/views/datamanage/dataUpdata.vue b/src/views/datamanage/dataUpdata.vue
index 5389afc..43b1ab5 100644
--- a/src/views/datamanage/dataUpdata.vue
+++ b/src/views/datamanage/dataUpdata.vue
@@ -2290,14 +2290,15 @@
                 this.multipleSelection[this.taskStatus].path
               ) {
                 this.tableData[i].status = "璐ㄦ鎴愬姛";
+
               }
             }
-            if (this.progress == 1) {
-              clearInterval(this.setIntel);
-              this.setIntel = null;
-              this.taskStatus++;
-              this.getStartTaskStatus();
-            }
+            // if (this.progress == 1) {
+            clearInterval(this.setIntel);
+            this.setIntel = null;
+            this.taskStatus++;
+            this.getStartTaskStatus();
+            // }
           } else {
             //浠诲姟澶辫触
             for (var i in this.tableData) {
@@ -2349,11 +2350,11 @@
                 }
               }
             }
-            if (this.progress == 1) {
-              clearInterval(this.setIntel);
-              this.setIntel = null;
-              this.loading = false;
-            }
+            // if (this.progress == 1) {
+            clearInterval(this.setIntel);
+            this.setIntel = null;
+            this.loading = false;
+            // }
           } else {
             //浠诲姟澶辫触
             for (var i in this.tableData) {

--
Gitblit v1.9.3