@@ -314,6 +314,8 @@
this.timeIds = (year + '-' + month).toString()
}
this.changTimeDate(this.timeIds)
+ } else {
+ this.timeIds = (new Date().getFullYear() - 1).toString()
},
scalingValueBlur(val, row, type) {