Explorar o código

电厂大屏 - 首页趋势图x轴时间范围改为7天

wangggziwen hai 1 ano
pai
achega
9f57b3ab4b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ui/src/views/monitor/elec/elecindex.vue

+ 1 - 1
ui/src/views/monitor/elec/elecindex.vue

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