diff --git a/src/views/govern/device/control/index.vue b/src/views/govern/device/control/index.vue index aedb960..3a3f252 100644 --- a/src/views/govern/device/control/index.vue +++ b/src/views/govern/device/control/index.vue @@ -101,7 +101,7 @@ - + @@ -631,9 +631,11 @@ const deviceId: any = ref('') const lineId: any = ref('') const dataLevel: any = ref('') const nodeClick = async (e: anyObj) => { + console.log("🚀 ~ nodeClick ~ e:", e) searchValue.value = '' await queryDictType({ - lineId: e?.id + lineId: e?.id, + conType: e.conType }).then(res => { oddAndEvenFlag.value = false queryList.value = res.data diff --git a/src/views/govern/device/control/nearRealTimeData.vue b/src/views/govern/device/control/nearRealTimeData.vue index ed88887..47742d6 100644 --- a/src/views/govern/device/control/nearRealTimeData.vue +++ b/src/views/govern/device/control/nearRealTimeData.vue @@ -9,7 +9,7 @@ - + diff --git a/src/views/govern/setting/statisticalType/binding.vue b/src/views/govern/setting/statisticalType/binding.vue index 066027a..c4ebd52 100644 --- a/src/views/govern/setting/statisticalType/binding.vue +++ b/src/views/govern/setting/statisticalType/binding.vue @@ -1,6 +1,6 @@