|
@@ -365,7 +365,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
init() {
|
|
|
- this.$refs.searchHeader.initStatue();
|
|
|
+ this.$refs.searchHeader.initStatue('month');
|
|
|
this.mdate = this.getInitDate();
|
|
|
this.endDate = this.$helpers.dayjs(new Date()).format("YYYY-MM-DD");
|
|
|
// this.$refs.searchHeader.initStatue()
|