fix:电量消耗统计表

This commit is contained in:
shijing 2024-05-13 09:36:51 +08:00
parent 9e263abd38
commit 0c1fb4b563
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}); });
}, },

View File

@ -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();
}); });
}, },