ปรับหน้าจัดการสิทธิ์
This commit is contained in:
parent
1cedcf539f
commit
aae6311ca1
6 changed files with 561 additions and 49 deletions
|
|
@ -89,6 +89,10 @@ export default {
|
|||
orgSearchProfileEmp: `${orgProfile}-employee/search`,
|
||||
|
||||
orgProfileById: (id: string, type: string) => `${orgProfile}${type}/${id}`,
|
||||
orgProfileAdminById: (id: string, type: string) =>
|
||||
`${orgProfile}${type}/admin/${id}`,
|
||||
profileNewGovernmentCard: (id: string, type: string) =>
|
||||
`${orgProfile}${type}/government/admin/${id}`, // noPermission
|
||||
|
||||
orgDeceasedProfile: `${orgPos}/profile/search`,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue