Compare commits
2 Commits
ba07bcd532
...
f292af83c8
Author | SHA1 | Date | |
---|---|---|---|
f292af83c8 | |||
![]() |
f471f3d01f |
@ -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…
x
Reference in New Issue
Block a user