修改日期

This commit is contained in:
fl 2025-03-05 18:26:26 +08:00
parent a9f852062c
commit 751dfc2ab8
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ export default {
this.title = "应出勤天数组成"; this.title = "应出勤天数组成";
this.queryRequiredDays.userId = row.userId; this.queryRequiredDays.userId = row.userId;
this.queryRequiredDays.attCurrentDay = row.attCurrentDay; this.queryRequiredDays.attCurrentDay = row.attCurrentDay;
this.queryRequiredDays.attCurrentMonth = row.attCurrentMonth + '-01'; this.queryRequiredDays.attCurrentMonth = row.attCurrentMonth;
this.showRequiredDays = true; this.showRequiredDays = true;
this.getRequiredDaysList(); this.getRequiredDaysList();
}, },