This commit is contained in:
copper 2021-06-02 14:36:34 +08:00
parent c72b4fd3ae
commit f72513e229

View File

@ -258,7 +258,7 @@ export default {
}
// let data = await getData(URL_MAP.WATER_LIST, params);
let data = generateWaterData(this.sensorList.map((s) => s.param_key), count)
this.waterData = data
this.pagination.total = 300;
} catch (e) {
console.log(e);