|
@@ -1469,7 +1469,8 @@
|
|
}
|
|
}
|
|
this.exportParam.dateRange = this.dateRange;
|
|
this.exportParam.dateRange = this.dateRange;
|
|
}
|
|
}
|
|
- if(this.$route.query && this.$route.query.endDate && this.$route.query.startDate) {
|
|
|
|
|
|
+ console.log(this.$route, '<==== 当前的数据')
|
|
|
|
+ if(this.$route.query && this.$route.query.endDate && this.$route.query.startDate && this.$route.query.financeAudit) {
|
|
const { endDate, startDate } = this.$route.query
|
|
const { endDate, startDate } = this.$route.query
|
|
const lastDay = this.dayjs(`${endDate}-01`).endOf('month').format('YYYY-MM-DD');
|
|
const lastDay = this.dayjs(`${endDate}-01`).endOf('month').format('YYYY-MM-DD');
|
|
this.dateRange = [startDate+'-01', lastDay];
|
|
this.dateRange = [startDate+'-01', lastDay];
|