fix:convertDateToAPI
This commit is contained in:
parent
97aa731d2f
commit
1fc7882918
8 changed files with 42 additions and 13 deletions
|
|
@ -95,7 +95,7 @@ function onSubmit() {
|
|||
positionNumberOld: positionNumberOld.value,
|
||||
amountOld: salary.value,
|
||||
organization: organization.value,
|
||||
date: date.value,
|
||||
date: convertDateToAPI(date.value),
|
||||
dateRepatriation: convertDateToAPI(dateRepatriation.value),
|
||||
reason: reason.value,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue