From 3e51fee50347868654785a7580495a0dc0bf9709 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 14 八月 2025 11:17:33 +0800
Subject: [PATCH] 修改工控网导入参数问题

---
 src/views/flowmgr/backImport.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/flowmgr/backImport.vue b/src/views/flowmgr/backImport.vue
index cb2044f..dc22e70 100644
--- a/src/views/flowmgr/backImport.vue
+++ b/src/views/flowmgr/backImport.vue
@@ -131,8 +131,7 @@
       }
       let selection = [];
       this.selection.forEach(item => {
-        //selection.push(item.id);
-		selection.push(item.fullPath);
+        selection.push(item.id);
       })
       this.loading = true;
       var obj = {

--
Gitblit v1.9.3