Compare commits

..

No commits in common. "f292af83c8b13233368cb147761e8f481371c332" and "ba07bcd532c5d76ccdf0c383f48e648486f951aa" have entirely different histories.

View File

@ -317,14 +317,13 @@ 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) {