统计代码优化

This commit is contained in:
shixiaoman
2021-11-25 11:00:55 +08:00
parent c6ddce366d
commit 31103263e8
2 changed files with 2 additions and 3 deletions

View File

@@ -131,9 +131,6 @@
res.data.data.forEach((m) => {
this.momData.push(m);
})
res.data.data.yoyData.forEach((y) => {
this.yoyData.push(y);
})
} else {
this.$message.error(res.data.msg);
}