บรรจุ ทดลองงาน
This commit is contained in:
parent
a8fdca1138
commit
4cfcc2d018
21 changed files with 113 additions and 199 deletions
|
|
@ -29,6 +29,7 @@ const {
|
|||
hideLoader,
|
||||
success,
|
||||
findOrgName,
|
||||
convertDateToAPI
|
||||
} = mixin;
|
||||
|
||||
const dataId = route.params.id as string;
|
||||
|
|
@ -83,8 +84,8 @@ function onSubmit() {
|
|||
const body = {
|
||||
organizationPositionOld: organizationPositionOld.value,
|
||||
organization: organization.value,
|
||||
dateStart: dateStart.value,
|
||||
dateEnd: dateEnd.value,
|
||||
dateStart: convertDateToAPI(dateStart.value),
|
||||
dateEnd: convertDateToAPI(dateEnd.value),
|
||||
reason: reason.value,
|
||||
};
|
||||
await http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue