From 78cdcaf3f930286653c4ee19269a87b35ff64449 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Thu, 26 Sep 2024 16:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E6=AC=A1=E5=80=BC=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/govern/device/control/index.vue | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/views/govern/device/control/index.vue b/src/views/govern/device/control/index.vue index a3e17fd..75acb8f 100644 --- a/src/views/govern/device/control/index.vue +++ b/src/views/govern/device/control/index.vue @@ -80,6 +80,7 @@ - + @@ -324,7 +329,7 @@ const dataSet = ref('') const devTypeOptions = ref([]) const devModelOptions = ref([]) const tableData = ref([]) -const tableHeight = mainHeight(330).height + const mangePopup = ref() const datePickerRef = ref() const formInline = reactive({ @@ -467,8 +472,6 @@ const deviceType = ref('0') const pointTypeChange = (val: any, obj: any) => { deviceType.value = val nodeClick(obj) - formInline.dataLevel = 'Secondary' - console.log(formInline, '????????????????????????????466') } const realTimeRef: any = ref() const intRealTime = async (val: any) => { @@ -659,7 +662,11 @@ const openGroup = () => { }) }) } -onMounted(() => {}) +const tableHeight = mainHeight(330).height + +onMounted(() => { + +})