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`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue