แก้ไขส่งไปออกคำสั่งของแต่งตั้งลูกจ้างประจำ
This commit is contained in:
parent
bbc5c7ed5e
commit
544e899728
2 changed files with 5 additions and 5 deletions
|
|
@ -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`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue