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(() => { + +})