gcz преди 3 години
родител
ревизия
38cc912de5
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      src/views/index.vue

+ 4 - 0
src/views/index.vue

@@ -210,19 +210,23 @@
           this.getPage1numerical();
           this.getPage1echarts01();
           this.getPage1echarts02();
+          this.getRightScrollData();
         }else if(this.page==2){
           this.getPage2echarts01();
           this.getPage2echarts02();
+          this.getRightScrollData();
         }else if(this.page==5){
           this.getPage5numerical();
           this.getTypeSlideData();
           this.getPage5echarts01();
           this.getPage5echarts02();
+          this.getRightScrollData();
         }
         else if(this.page==6){
           this.getPage6numerical();
           this.getPage6echarts01();
           this.getAlarmData();
+          this.getRightScrollData();
         }
       },
       getPage1numerical(){