若依 2.1

master
RuoYi 6 years ago committed by Limy
parent e037e42938
commit 0cc5846ecf

@ -159,6 +159,7 @@ public class MenuServiceImpl implements IMenuService
deptMap.put("id", menu.getMenuId());
deptMap.put("pId", menu.getParentId());
deptMap.put("name", transMenuName(menu, roleMenuList, permsFlag));
deptMap.put("title", menu.getMenuName());
if (isCheck)
{
deptMap.put("checked", roleMenuList.contains(menu.getMenuId() + menu.getPerms()));

Loading…
Cancel
Save