|
@@ -197,6 +197,7 @@
|
|
socketTask_index_windSpeed_power_target_detail: '',
|
|
socketTask_index_windSpeed_power_target_detail: '',
|
|
socketTask_windpowerstationdetail_springbox_target: '',
|
|
socketTask_windpowerstationdetail_springbox_target: '',
|
|
socketTask_windpowerstationdetail_twentyfourhourlinechart_target:'',
|
|
socketTask_windpowerstationdetail_twentyfourhourlinechart_target:'',
|
|
|
|
+ socketTask_index_windStation_card:'',
|
|
windpowerstationdetail: {
|
|
windpowerstationdetail: {
|
|
comprehensive_target: "",
|
|
comprehensive_target: "",
|
|
windpowerstationdetail_springbox_target: ""
|
|
windpowerstationdetail_springbox_target: ""
|
|
@@ -207,6 +208,9 @@
|
|
windspeedpowercurvedetail:{
|
|
windspeedpowercurvedetail:{
|
|
windpowerstationdetail_twentyfourhourlinechart_target:""
|
|
windpowerstationdetail_twentyfourhourlinechart_target:""
|
|
},
|
|
},
|
|
|
|
+ index_windStation_cardmodule:{
|
|
|
|
+ index_windStation_cardmodule:""
|
|
|
|
+ },
|
|
gl:[],
|
|
gl:[],
|
|
fs:[],
|
|
fs:[],
|
|
llgl:[],
|
|
llgl:[],
|
|
@@ -241,6 +245,8 @@
|
|
};
|
|
};
|
|
this.cWidth = uni.upx2px(750);
|
|
this.cWidth = uni.upx2px(750);
|
|
this.cHeight = uni.upx2px(400);
|
|
this.cHeight = uni.upx2px(400);
|
|
|
|
+
|
|
|
|
+
|
|
this.getServerData();
|
|
this.getServerData();
|
|
this.getColumnServerData();
|
|
this.getColumnServerData();
|
|
this.comprehensive_target();
|
|
this.comprehensive_target();
|
|
@@ -260,6 +266,10 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
async comprehensive_target() {
|
|
async comprehensive_target() {
|
|
|
|
|
|
let _this = this;
|
|
let _this = this;
|