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

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

@ -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