convertDate วินัย
This commit is contained in:
parent
7ed5191db1
commit
60dcf38aa2
6 changed files with 45 additions and 38 deletions
|
|
@ -36,6 +36,7 @@ const {
|
|||
showLoader,
|
||||
hideLoader,
|
||||
success,
|
||||
convertDateToAPI,
|
||||
} = mixin;
|
||||
|
||||
/**
|
||||
|
|
@ -208,8 +209,8 @@ async function saveData() {
|
|||
positionLevel: data.positionLevel,
|
||||
salary: data.salary,
|
||||
descriptionSuspend: data.descriptionSuspend,
|
||||
startDateSuspend: data.startDateSuspend,
|
||||
endDateSuspend: data.endDateSuspend,
|
||||
startDateSuspend: convertDateToAPI(data.startDateSuspend),
|
||||
endDateSuspend: convertDateToAPI(data.endDateSuspend),
|
||||
};
|
||||
showLoader();
|
||||
await http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue