wkyy пре 1 година
родитељ
комит
4b05896212
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      pages/equipmentDataMonitoring/electronicMonitoring.vue

+ 4 - 2
pages/equipmentDataMonitoring/electronicMonitoring.vue

@@ -560,8 +560,9 @@
 				} else {
 
 					this.FormData.queryDate = queryTime + "-01";
-					this.FormData.type = "10";
-					this.value="10"
+					this.FormData.type = 10;
+					this.value = "10";
+					this.list[5].name = queryTime;
 
 					this.getElectricityStatistics();
 				}
@@ -742,6 +743,7 @@
 				if (e == 10) {
 					this.tabsFrom.show2 = true;
 					this.params.day = false;
+					this.list[5].name = '指定月份'
 				} else {
 					this.getElectricityStatistics();
 				}