บรรจุ ทดลองงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-13 15:46:55 +07:00
parent a8fdca1138
commit 4cfcc2d018
21 changed files with 113 additions and 199 deletions

View file

@ -38,7 +38,7 @@ const {
showLoader,
hideLoader,
success,
dateToISO,
convertDateToAPI,
dialogConfirm,
} = mixin;
@ -454,7 +454,7 @@ function saveData() {
lastname: informaData.value.lastname,
dateOfBirth:
informaData.value.birthDate !== null
? dateToISO(informaData.value.birthDate)
? convertDateToAPI(informaData.value.birthDate)
: null,
gender: informaData.value.genderId,
nationality: informaData.value.nationality,