|
@@ -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();
|
|
|
}
|