|
@@ -212,7 +212,11 @@ export default {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
created() {
|
|
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.getList();
|
|
this.getDepartmentList();
|
|
this.getDepartmentList();
|
|
},
|
|
},
|