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() }