mirror of https://gitee.com/stylefeng/roses
【7.2.5】【role】修复选中状态标识
parent
4c5ef6a0fe
commit
3da91872f9
|
@ -403,7 +403,7 @@ public class AntdMenusFactory {
|
|||
}
|
||||
|
||||
// 如果所有按钮都选中行,则设置菜单的选中标识
|
||||
if (totalSelectSize == totalSize) {
|
||||
if (totalSelectSize == totalSize && totalSelectSize != 0) {
|
||||
menuAndButtonTreeResponse.setChecked(true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue