@@ -461,7 +461,7 @@ export default {
},
/** 抓取最近30天的数据 */
getLatest30DayData() {
- listDayLatest30().then(response => {
+ listDayLatest7().then(response => {
// 最近30天的数据
this.latest30DayData = response.rows;
});