Commit 074320cf authored by 皮倩雯's avatar 皮倩雯

fix: '角色管理修改描述'

parent 925b74e8
Pipeline #45671 skipped with stages
......@@ -96,7 +96,7 @@ const SiteManage = () => {
setSaveTreeId(id);
if (aa) {
setRoleID('');
setDescrip('系统分组下的角色不可配置菜单权限也不能被关联');
setDescrip('系统分组下的角色不可配置菜单权限');
setFlagSearch(0);
} else {
setRoleID(id);
......@@ -500,7 +500,7 @@ const SiteManage = () => {
if (record.visibleTitle == '系统分组') {
message.warn({
duration: 5,
content: '系统分组下的角色不能被关联',
content: '系统分组下的角色不能配置菜单权限',
});
}
e.stopPropagation();
......@@ -729,7 +729,7 @@ const SiteManage = () => {
if (infos.dragNode.roleID == itemObj.roleID) {
if (id == '系统分组') {
setRoleID('');
setDescrip('系统分组下的角色不可配置菜单权限也不能被关联');
setDescrip('系统分组下的角色不可配置菜单权限');
setFlagSearch(0);
} else {
setRoleID(infos.dragNode.roleID);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment