소스 검색

Merge branch 'master' of http://182.44.34.170:8081/jiankun/q-baqd

yuwandanmian 1 년 전
부모
커밋
330a8b9759
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/views/allcase/reviewIndicatorsList.vue

+ 5 - 1
src/views/allcase/reviewIndicatorsList.vue

@@ -212,7 +212,11 @@ export default {
     },
   },
   created() {
-    console.log('vvvvmmm111111');
+    // 获取默认时间
+    let year = this.$route.query.year;
+    this.timeData.startTime = `${year}-01-01`;
+    this.timeData.endTime = `${year}-12-31`;
+
     this.getList();
     this.getDepartmentList();
   },