若依 2.1

pull/13/head
RuoYi 2018-07-09 09:42:51 +08:00
parent f8528c19a1
commit 014ded3996
1 changed files with 1 additions and 0 deletions

View File

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