fix permission edit registry
This commit is contained in:
parent
01e1da066f
commit
4812e671ff
2 changed files with 8 additions and 7 deletions
|
|
@ -181,11 +181,11 @@ export default {
|
|||
|
||||
//EditPage
|
||||
salaryTemp: `${orgProfile}/salaryTemp`,
|
||||
profilePermission: `${orgProfile}/keycloak/permissionProfile`,
|
||||
profilePermission: (rootId: string) =>
|
||||
`${orgProfile}/keycloak/permissionProfile/${rootId}`,
|
||||
profileidPosition: (type: string) =>
|
||||
`${orgProfile}${type}/profileid/position`,
|
||||
|
||||
workflowCommanderOperate:`${workflow}/commander/operate`,
|
||||
workflowCommanderSign:`${workflow}/commander/sign`,
|
||||
|
||||
workflowCommanderOperate: `${workflow}/commander/operate`,
|
||||
workflowCommanderSign: `${workflow}/commander/sign`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue