แก้ไขส่งไปออกคำสั่งของแต่งตั้งลูกจ้างประจำ

This commit is contained in:
Warunee Tamkoo 2023-10-10 17:41:21 +07:00
parent bbc5c7ed5e
commit 544e899728
2 changed files with 5 additions and 5 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: (commandTypeId: string) => `${placement}/appointment/temp/report/${commandTypeId}`,
appointEmployeeOrder: () => `${placement}/appointment/temp/report`,
apppointmentPositionUse: () => `${placement}/appointment/temp/use`,
};