From cd6e52e4fc2e9beec99650ac67677e7051ee47a3 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期日, 27 七月 2025 00:18:32 +0800
Subject: [PATCH] 1

---
 src/views/flowmgr/backImport.vue |   47 +++++++++++++++++++++++++++--------------------
 1 files changed, 27 insertions(+), 20 deletions(-)

diff --git a/src/views/flowmgr/backImport.vue b/src/views/flowmgr/backImport.vue
index c589b99..adee9d1 100644
--- a/src/views/flowmgr/backImport.vue
+++ b/src/views/flowmgr/backImport.vue
@@ -67,27 +67,27 @@
           },
           {
             label: '鏂囦欢鏁版嵁搴撶紪鍙�',
-            prop: '',
+            prop: 'id',
           },
-          {
-            label: '澶勭悊鐘舵��',
-            prop: '',
-          },
-          {
-            label: '澶勭悊鏂瑰紡',
-            prop: ''
-          },
-          {
-            label: '澶勭悊鏃堕棿',
-            prop: ''
-          },
-          {
-            label: '澶勭悊浜�',
-            prop: ''
-          },
+          // {
+          //   label: '澶勭悊鐘舵��',
+          //   prop: '',
+          // },
+          // {
+          //   label: '澶勭悊鏂瑰紡',
+          //   prop: ''
+          // },
+          // {
+          //   label: '澶勭悊鏃堕棿',
+          //   prop: ''
+          // },
+          // {
+          //   label: '澶勭悊浜�',
+          //   prop: ''
+          // },
           {
             label: 'MD5鍊�',
-            prop: 'md5	'
+            prop: 'md5',
           }
         ],
       },
@@ -146,8 +146,15 @@
           params: obj,
         }).then(
           res => {
-            this.$message.success("鎿嶄綔鎴愬姛");
-            this.loading = false;
+            console.log(res);
+            if (res.data.code === 200) {
+              this.$message.success("鎿嶄綔鎴愬姛");
+              this.loading = false;
+              this.data = []
+            } else {
+              this.$message.success(res.data.msg || "鎿嶄綔澶辫触");
+            }
+            
           }
         );
       }

--
Gitblit v1.9.3