修改用电查询接口参数错误
This commit is contained in:
parent
355778d068
commit
d7a31af5d5
|
@ -90,7 +90,7 @@ Page({
|
||||||
time = yearMonthDay;
|
time = yearMonthDay;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
const { code, message, data } = await getElectricityList({ type: queryType, meter: meterId, time: time })
|
const { code, message, data } = await getElectricityList({ type: timeType, meter: meterId, time: time })
|
||||||
this.setData({ list: data })
|
this.setData({ list: data })
|
||||||
},
|
},
|
||||||
async getReadingList() {
|
async getReadingList() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user