|
@@ -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(){
|