บรรจุ ทดลองงาน
This commit is contained in:
parent
a8fdca1138
commit
4cfcc2d018
21 changed files with 113 additions and 199 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue