gcz 3 years ago
parent
commit
38cc912de5
1 changed files with 4 additions and 0 deletions
  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(){