mirror of https://gitee.com/stylefeng/roses
【8.3.1】【role】更新选中状态填充的问题
parent
a429b65fc3
commit
7bf924167d
|
@ -154,7 +154,7 @@ public class RoleBindPermissionFactory {
|
|||
}
|
||||
|
||||
// 菜单是叶子节点,并且未选中,则设置应用也未选中
|
||||
if (!menuItem.getChecked()) {
|
||||
if (menuItem.getLeafFlag() && !menuItem.getChecked()) {
|
||||
appItem.setChecked(false);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue