【8.3.1】【role】更新选中状态填充的问题

master
stylefeng 2024-10-31 12:58:40 +08:00
parent a429b65fc3
commit 7bf924167d
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class RoleBindPermissionFactory {
}
// 菜单是叶子节点,并且未选中,则设置应用也未选中
if (!menuItem.getChecked()) {
if (menuItem.getLeafFlag() && !menuItem.getChecked()) {
appItem.setChecked(false);
return;
}