From d6b30eeb96493e49ee84bd7c78db1660463dfae1 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Thu, 26 Sep 2024 15:22:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=9B=91=E6=8E=A7=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=80=E6=AC=A1=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/govern/device/control/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/govern/device/control/index.vue b/src/views/govern/device/control/index.vue index dfe6771..a3e17fd 100644 --- a/src/views/govern/device/control/index.vue +++ b/src/views/govern/device/control/index.vue @@ -447,9 +447,9 @@ const nodeClick = async (e: anyObj) => { } }) //便携式设备默认二次值 - if (deviceType.value == '1') { - formInline.dataLevel = 'Secondary' - } + // if (deviceType.value == '1') { + // formInline.dataLevel = 'Primary' + // } dataSet.value = res.data.dataSetList[0].id handleClick() }