From 4b70bb661119cfca3ae6b98ef7dc9d1f7ece1392 Mon Sep 17 00:00:00 2001 From: wj <347312259@qq.com> Date: Mon, 12 Jun 2023 08:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=A9=E5=BA=A6=E4=BC=A0=E6=84=9F=E5=99=A8?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B9=B3=E5=9D=87=E6=B8=A9=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psdc-ui/src/views/emonitor/drgl/index.vue | 6 ++---- psdc-ui/src/views/emonitor/frdl/index.vue | 2 -- psdc-ui/src/views/emonitor/kqyrb/index.vue | 2 -- psdc-ui/src/views/emonitor/xrgl/index.vue | 6 ++---- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/psdc-ui/src/views/emonitor/drgl/index.vue b/psdc-ui/src/views/emonitor/drgl/index.vue index 5f8c3de..8b9c8ed 100644 --- a/psdc-ui/src/views/emonitor/drgl/index.vue +++ b/psdc-ui/src/views/emonitor/drgl/index.vue @@ -668,16 +668,14 @@ export default { }) } - //获取电磁锅炉设备 + //获取变频电磁采暖炉设备 function getSbFun(){ getSb().then((res)=>{ - console.log('获取设备',res.data) for(let i = 0;i < res.data.length;i++){ - if(res.data[i].modelName == '电磁锅炉'){ + if(res.data[i].modelName == '变频电磁采暖炉'){ data.devArr = res.data[i].children } } - console.log('devArr',data.devArr) }) } //切换设备 diff --git a/psdc-ui/src/views/emonitor/frdl/index.vue b/psdc-ui/src/views/emonitor/frdl/index.vue index edf0545..f8ff0b5 100644 --- a/psdc-ui/src/views/emonitor/frdl/index.vue +++ b/psdc-ui/src/views/emonitor/frdl/index.vue @@ -660,13 +660,11 @@ export default { //获取发热电缆设备 function getSbFun(){ getSb().then((res)=>{ - console.log('获取设备',res.data) for(let i = 0;i < res.data.length;i++){ if(res.data[i].modelName == '发热电缆'){ data.devArr = res.data[i].children } } - console.log('devArr',data.devArr) }) } //切换设备 diff --git a/psdc-ui/src/views/emonitor/kqyrb/index.vue b/psdc-ui/src/views/emonitor/kqyrb/index.vue index 8e6b1a3..4bbd923 100644 --- a/psdc-ui/src/views/emonitor/kqyrb/index.vue +++ b/psdc-ui/src/views/emonitor/kqyrb/index.vue @@ -670,13 +670,11 @@ export default { //获取空气源热泵设备 function getSbFun(){ getSb().then((res)=>{ - console.log('获取设备',res.data) for(let i = 0;i < res.data.length;i++){ if(res.data[i].modelName == '空气源热泵'){ data.devArr = res.data[i].children } } - console.log('devArr',data.devArr) }) } //切换设备 diff --git a/psdc-ui/src/views/emonitor/xrgl/index.vue b/psdc-ui/src/views/emonitor/xrgl/index.vue index 4ff61b9..73998a4 100644 --- a/psdc-ui/src/views/emonitor/xrgl/index.vue +++ b/psdc-ui/src/views/emonitor/xrgl/index.vue @@ -669,16 +669,14 @@ export default { }) } - //获取蓄热锅炉设备 + //获取蓄热水箱设备 function getSbFun(){ getSb().then((res)=>{ - console.log('获取设备',res.data) for(let i = 0;i < res.data.length;i++){ - if(res.data[i].modelName == '蓄热锅炉'){ + if(res.data[i].modelName == '蓄热水箱'){ data.devArr = res.data[i].children } } - console.log('devArr',data.devArr) }) } //切换设备