fix:convertDateToAPI

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-17 17:22:40 +07:00
parent 97aa731d2f
commit 1fc7882918
8 changed files with 42 additions and 13 deletions

View file

@ -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,
};