修改用电查询接口参数错误
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user