fix:接口去掉参数
This commit is contained in:
parent
8b12cfac2b
commit
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