修改日期
This commit is contained in:
parent
a9f852062c
commit
751dfc2ab8
|
|
@ -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();
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue