Compare commits
No commits in common. "f292af83c8b13233368cb147761e8f481371c332" and "ba07bcd532c5d76ccdf0c383f48e648486f951aa" have entirely different histories.
f292af83c8
...
ba07bcd532
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user