fix:电量消耗统计表
This commit is contained in:
parent
9e263abd38
commit
0c1fb4b563
|
@ -283,7 +283,7 @@ export default {
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
// let data = res.slice(3);
|
// let data = res.slice(3);
|
||||||
that.mpointList = data;
|
that.mpointList = res;
|
||||||
that.dataLoop();
|
that.dataLoop();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
@ -273,7 +273,7 @@ export default {
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
// let data = res.slice(3);
|
// let data = res.slice(3);
|
||||||
that.mpointList = data;
|
that.mpointList = res;
|
||||||
that.dataLoop();
|
that.dataLoop();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue