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