From 4f618d6e31552a7088a1f93813dae6dabfff2137 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期二, 17 十月 2023 16:38:54 +0800
Subject: [PATCH] 数据上传页面修改

---
 src/views/datamanage/dataUpdata.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/datamanage/dataUpdata.vue b/src/views/datamanage/dataUpdata.vue
index d31d464..b12988c 100644
--- a/src/views/datamanage/dataUpdata.vue
+++ b/src/views/datamanage/dataUpdata.vue
@@ -1676,7 +1676,7 @@
           this.formCheckAll.wbsPath = path;
         }
       }
-      debugger
+    
       this.formCheckAll.sjfl = '鏁板瓧鍖栨垚鏋�'
       const data = await dataUpload_uploadChecks(this.formCheckAll);
       if (data.code != 200) {
@@ -1721,19 +1721,19 @@
 
 
       this.quayTestForms.zipPath = this.multipleSelection[this.taskStatus].path;
-      this.quayTestForms.wbsPath = this.multipleSelection[this.taskStatus].path;
+      // this.quayTestForms.wbsPath = this.multipleSelection[this.taskStatus].path;
       if (this.quayTestForms.zipPath.indexOf(".zip") == -1) {
         this.taskStatus++;
         this.getStartTaskStatus();
       } else {
-        this.quayTestForms.names = this.pathBak;
+        this.quayTestForms.names = JSON.parse(this.pathBak).toString();
         var value = this.getCheckedKeys
         var bak = value.data.fullName.split("\\");
         this.quayTestForms.xmmc = bak[this.taskStatus];
         this.quayTestForms.sjzy = this.formInline.specialtyId;
         this.quayTestForms.zipPath =
           this.multipleSelection[this.taskStatus].path;
-        // this.quayTestForms.wbsPath =this.multipleSelection[this.taskStatus].path;
+          // this.quayTestForms.wbsPath = this.multipleSelection[this.taskStatus].path;
         this.quayTestForms.sjfl = '鏁板瓧鍖栨垚鏋�'
         const data = await dataUpload_uploadChecks(this.quayTestForms);
         if (data.code != 200) {

--
Gitblit v1.9.3