浏览代码

问题修改

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