修改获取角色接口错误
parent
6cdbd28f25
commit
7e04624ab7
|
|
@ -26,7 +26,7 @@ export const appMenuPermsGroupsList = declareRequest(
|
|||
);
|
||||
export const systemPermsGroupsList = declareRequest(
|
||||
"appMenuDistributionMenuLoading",
|
||||
`Get > /system/operation/perms-groups`,
|
||||
`Get > /system/operation/roles`,
|
||||
);
|
||||
export const appMenuDistributionMenu = declareRequest(
|
||||
"appMenuDistributionMenuLoading",
|
||||
|
|
|
|||
|
|
@ -324,7 +324,7 @@ const RoleBindingModalComponent = (props) => {
|
|||
options={false}
|
||||
disabledResizer={true}
|
||||
columns={[
|
||||
{ title: "角色名称(权限组)", dataIndex: "permsGroupName" },
|
||||
{ title: "角色名称(权限组)", dataIndex: "roleName" },
|
||||
]}
|
||||
{...tableProps}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue