SunZehao преди 11 месеца
родител
ревизия
7e15821005
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/components/assessment/evaluationBenchmarkManagePage.vue

+ 2 - 0
src/components/assessment/evaluationBenchmarkManagePage.vue

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