fix:API
This commit is contained in:
parent
6aa8a61b40
commit
99cba9f3bd
5 changed files with 37 additions and 9 deletions
|
|
@ -165,7 +165,6 @@ export default {
|
|||
otherByid: (id: string) => `${placemenOther}/${id}`,
|
||||
otherPositionUse: () => `${placemenOther}/use`,
|
||||
|
||||
|
||||
userPlacement: (id: string) => `${placement}/user/${id}`,
|
||||
|
||||
// orderForm
|
||||
|
|
@ -184,4 +183,6 @@ export default {
|
|||
|
||||
//รายงาน
|
||||
placementReport: `${report}`,
|
||||
|
||||
transferAdmin: `${transfer}/admin`,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -110,4 +110,6 @@ export default {
|
|||
`${retirement}/${path}/admin-update/resign-info/${id}`,
|
||||
|
||||
exRetirement: `${env.API_URI}/org/ex/retirement`,
|
||||
|
||||
resignAdmin: (typeEmp: string) => `${retirement}/resign${typeEmp}/admin`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue