Compare commits
No commits in common. "a384e13eb1b9f2cc85451d2b2fc5903035a776b5" and "d8d3e76b3df25476f43e731be5103af90bad9765" have entirely different histories.
a384e13eb1
...
d8d3e76b3d
|
@ -363,8 +363,7 @@ export default {
|
|||
},
|
||||
// 道路污染数据 昨日
|
||||
async getRoadData () {
|
||||
// const res = await getRoadData({ dt: this.preTime })
|
||||
const res = await getRoadData()
|
||||
const res = await getRoadData({ dt: this.preTime })
|
||||
// 路网数据
|
||||
this.roadData = res.data.data
|
||||
// 道路事件 pm>200
|
||||
|
|
Loading…
Reference in New Issue