registy ==> ข้อมูลราชการ ตำแหน่งเงินเดือน
This commit is contained in:
parent
27a8fb4102
commit
27105c7bca
6 changed files with 926 additions and 715 deletions
|
|
@ -37,6 +37,7 @@ export default {
|
|||
orgPosExecutive: `${orgPos}/executive`,
|
||||
orgPosType: `${orgPos}/type`,
|
||||
orgPosTypeSearch: `${orgPos}/position/search`,
|
||||
orgCommandCode: `${organization}/metadata/commandCode`,
|
||||
|
||||
orgPosTypeId: (id: string) => `${orgPos}/type/${id}`,
|
||||
orgPosLevel: `${orgPos}/level`,
|
||||
|
|
@ -129,12 +130,10 @@ export default {
|
|||
orgProfileEmpTemp: `${orgEmployeePosTemp}/profile`,
|
||||
orgSearchProfileEmpTemp: `${orgProfile}-temp/search`,
|
||||
|
||||
|
||||
orgProfileById: (id: string, type: string) =>
|
||||
`${orgProfile}${type}/admin/${id}`,
|
||||
orgDeceasedProfile: `${orgPos}/profile/search`,
|
||||
|
||||
|
||||
orgCheckAvatar: (id: string) => `${orgProfile}/avatar/profileId-admin/${id}`,
|
||||
orgCheckAvatarAdmin: (id: string) =>
|
||||
`${orgProfile}/avatar/profileid-admin/${id}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue