รายการปรับระดับชั้นงานลูกจ้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-25 15:32:40 +07:00
parent 95e02c21ec
commit d642f74a61
3 changed files with 7 additions and 7 deletions

View file

@ -169,6 +169,6 @@ export default {
appointEmployee: () => `${placement}/appointment/temp`,
appointEmployeeByid: (id: string) => `${placement}/appointment/temp/${id}`,
appointEmployeePosition: (id: string) => `${placement}/appointment/temp/position/${id}`,
appointEmployeeOrder: () => `${placement}/appointment/temp/report`,
appointEmployeeOrder: (typeId: string) => `${placement}/appointment/temp/report/${typeId}`,
apppointmentPositionUse: () => `${placement}/appointment/temp/use`,
};