จัดการผู้ใช้งาน => ปรัับ ui เพิ่มผู้ใช้งาน
This commit is contained in:
parent
baaa75f4da
commit
1e061649e0
4 changed files with 385 additions and 104 deletions
|
|
@ -20,10 +20,10 @@ export default {
|
|||
/** position*/
|
||||
orgPosPosition: `${orgPos}/position`,
|
||||
orgPosPositionById: (id: string) => `${orgPos}/position/${id}`,
|
||||
orgPosPositionExecutive : () => `${orgPos}/position/executive`,
|
||||
orgPosPositionExecutive: () => `${orgPos}/position/executive`,
|
||||
orgPosExecutive: `${orgPos}/executive`,
|
||||
orgPosType: `${orgPos}/type`,
|
||||
orgPosTypeId: (id: string) => `${orgPos}/type/${id}`,
|
||||
orgPosTypeId: (id: string) => `${orgPos}/type/${id}`,
|
||||
orgPosLevel: `${orgPos}/level`,
|
||||
orgPosMaster: `${orgPos}/master`,
|
||||
orgPosMasterById: (id: string) => `${orgPos}/master/${id}`,
|
||||
|
|
@ -86,7 +86,9 @@ export default {
|
|||
orgProfileEmp: `${orgEmployeePos}/profile`,
|
||||
orgSearchProfileEmp: `${orgProfile}-employee/search`,
|
||||
|
||||
orgProfileById:(id:string,type:string)=>`${orgProfile}${type}/${id}`,
|
||||
orgProfileById: (id: string, type: string) => `${orgProfile}${type}/${id}`,
|
||||
|
||||
orgDeceasedProfile:`${orgPos}/profile/search`
|
||||
orgDeceasedProfile: `${orgPos}/profile/search`,
|
||||
|
||||
orgProfileListKeycloak: () => `${orgProfile}/search-personal-no-keycloak`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue