修改菜单编辑

This commit is contained in:
不做码农
2022-04-23 20:29:40 +08:00
parent ec621e6a1e
commit 6d6dd72116
6 changed files with 101 additions and 46 deletions

View File

@@ -24,8 +24,8 @@ namespace ZR.Model.Vo.System
public TreeSelectVo(SysMenu menu)
{
Id = menu.menuId;
Label = menu.menuName;
Id = menu.MenuId;
Label = menu.MenuName;
//menu.getChildren().stream().map(TreeSelect::new).collect(Collectors.toList()); java写法
List<TreeSelectVo> child = new List<TreeSelectVo>();