From f471f3d01f83be56e608867634ec850bcc09aa5a Mon Sep 17 00:00:00 2001 From: wb-zhuangyuehuang-vjzzZ Date: Mon, 3 Jun 2024 16:05:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=94=E8=B1=A1=E7=AB=99=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 772b860..96dc9bf 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -317,13 +317,14 @@ export default { this.leftList[index1].list.push(el) } }) - } else { - this.leftList.forEach((el1, index1) => { - if (el1.name == '生态气象站') { - this.leftList[index1].list.push(el) - } - }) } + // else if (el.deviceName == 30) { + // this.leftList.forEach((el1, index1) => { + // if (el1.name == '生态气象站') { + // this.leftList[index1].list.push(el) + // } + // }) + // } }) this.api.geteqetdata(userInfo.userid).then((res) => { if (res.data.code == 200) {