From 16f4bb3c28fc85cffcc511718c903ada9fdab134 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期五, 26 十二月 2025 16:59:45 +0800
Subject: [PATCH] 调用mes导入工程参数修改,Excel表数据流程卡号一致;增加读取层号/工程号方法; 工程号一致覆盖更新

---
 mes-web/src/views/plcTest/components/DeviceGroup/GroupTopology.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mes-web/src/views/plcTest/components/DeviceGroup/GroupTopology.vue b/mes-web/src/views/plcTest/components/DeviceGroup/GroupTopology.vue
index f4ce6a0..d231ce4 100644
--- a/mes-web/src/views/plcTest/components/DeviceGroup/GroupTopology.vue
+++ b/mes-web/src/views/plcTest/components/DeviceGroup/GroupTopology.vue
@@ -385,7 +385,7 @@
   try {
     togglingDeviceId.value = deviceId
     await deviceInteractionApi.executeOperation({
-      deviceId,
+      id: deviceId,
       operation: 'setOnlineState',
       params: {
         onlineState: value
@@ -415,7 +415,7 @@
   try {
     clearingDeviceId.value = deviceId
     await deviceInteractionApi.executeOperation({
-      deviceId,
+      id: deviceId,
       operation: 'clearPlc'
     })
     ElMessage.success(`宸叉竻绌� ${device.deviceName || device.deviceCode} 鐨凱LC鏁版嵁`)

--
Gitblit v1.8.0