placement ==> ปรับ API
This commit is contained in:
parent
ac53080cec
commit
b808db1c73
5 changed files with 29 additions and 16 deletions
|
|
@ -101,6 +101,7 @@ export default {
|
|||
|
||||
//
|
||||
orgCheckAvatar: (id: string) => `${orgProfile}/avatar/profileId/${id}`,
|
||||
orgCheckAvatarCard: (path: string) => `${organization}/${path}`, //noPernission
|
||||
|
||||
changePosition: `${organization}/placement/change-position`,
|
||||
changePositionById: `${organization}/placement/change-position/profile-all`,
|
||||
|
|
|
|||
|
|
@ -146,6 +146,8 @@ export default {
|
|||
`${registryNew}${type}/government/${id}`,
|
||||
profileNewGovernmentHistory: (id: string, type: string) =>
|
||||
`${registryNew}${type}/government/history/${id}`,
|
||||
profileNewGovernmentCard: (id: string, type: string) =>
|
||||
`${registryNew}${type}/government/admin/${id}`, // noPermission
|
||||
|
||||
//การลา
|
||||
profileNewLeave: (type: string) => `${registryNew}${type}/leave`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue