รายการปรับระดับชั้นงานลูกจ้าง
This commit is contained in:
parent
95e02c21ec
commit
d642f74a61
3 changed files with 7 additions and 7 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: () => `${placement}/appointment/temp/report`,
|
||||
appointEmployeeOrder: (typeId: string) => `${placement}/appointment/temp/report/${typeId}`,
|
||||
apppointmentPositionUse: () => `${placement}/appointment/temp/use`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue