- แก้ชื่อ-นามสกุล
- ขยายวันสืบ และสอบ
This commit is contained in:
parent
8532079f83
commit
cb8cd0c8d4
18 changed files with 29 additions and 29 deletions
|
|
@ -245,7 +245,7 @@ async function calEndDate(val: string) {
|
|||
changeFormData();
|
||||
const date = await new Date(props.data.investigationDateEnd);
|
||||
formData.investigationDateEnd = await new Date(
|
||||
date.setDate(date.getDate() + (Number(val) + 1))
|
||||
date.setDate(date.getDate() + (Number(val)))
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ async function calEndDate(val: string) {
|
|||
changeFormData();
|
||||
const date = await new Date(props.data.disciplinaryDateEnd);
|
||||
formData.disciplinaryDateEnd = await new Date(
|
||||
date.setDate(date.getDate() + (Number(val) + 1))
|
||||
date.setDate(date.getDate() + (Number(val)))
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue