Compare commits
2 Commits
d8d3e76b3d
...
a384e13eb1
Author | SHA1 | Date |
---|---|---|
gounaikang@hisense.com | a384e13eb1 | |
gounaikang@hisense.com | efbdaacab0 |
|
@ -363,7 +363,8 @@ export default {
|
|||
},
|
||||
// 道路污染数据 昨日
|
||||
async getRoadData () {
|
||||
const res = await getRoadData({ dt: this.preTime })
|
||||
// const res = await getRoadData({ dt: this.preTime })
|
||||
const res = await getRoadData()
|
||||
// 路网数据
|
||||
this.roadData = res.data.data
|
||||
// 道路事件 pm>200
|
||||
|
|
Loading…
Reference in New Issue