气象站设备获取修改

pull/149/head
wb-zhuangyuehuang-vjzzZ 2024-06-03 16:05:01 +08:00
parent c65e9cfdda
commit f471f3d01f
1 changed files with 7 additions and 6 deletions

View File

@ -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) {