fix format date only sendDate in resign
This commit is contained in:
parent
f6ee9eb73e
commit
b1421d4d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ function onSubmit() {
|
|||
const payload = {
|
||||
...formData,
|
||||
activeDate: convertDateToAPI(formData.activeDate),
|
||||
sendDate: convertDatetimeToAPI(formData.sendDate),
|
||||
sendDate: convertDateToAPI(formData.sendDate),
|
||||
remark: formData.reasonResign === "OTHER" ? formData.remark : undefined,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue