气象站设备获取修改 #149
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue