diff --git a/src/views/report/monthReport/index.vue b/src/views/report/monthReport/index.vue index 1e06053..4aa95a9 100644 --- a/src/views/report/monthReport/index.vue +++ b/src/views/report/monthReport/index.vue @@ -624,7 +624,7 @@ export default { this.title = "应出勤天数组成"; this.queryRequiredDays.userId = row.userId; this.queryRequiredDays.attCurrentDay = row.attCurrentDay; - this.queryRequiredDays.attCurrentMonth = row.attCurrentMonth + '-01'; + this.queryRequiredDays.attCurrentMonth = row.attCurrentMonth; this.showRequiredDays = true; this.getRequiredDaysList(); },