From 0ccd9ca4b3a0ac1474c8cb9445d8b669654c7a81 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期一, 28 十月 2024 17:37:59 +0800
Subject: [PATCH] Merge branch 'master' of http://dlindusit.com:53929/r/iailab-plat-ui-vue3

---
 src/views/data/channel/modbus/tag/TagForm.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/data/channel/modbus/tag/TagForm.vue b/src/views/data/channel/modbus/tag/TagForm.vue
index fc70722..a8ec15d 100644
--- a/src/views/data/channel/modbus/tag/TagForm.vue
+++ b/src/views/data/channel/modbus/tag/TagForm.vue
@@ -133,7 +133,6 @@
       formLoading.value = true
       try {
         formData.value = await ModBusTagApi.getModBusTag(id)
-        formData.device = device
       } finally {
         formLoading.value = false
       }

--
Gitblit v1.9.3