mirror of https://gitee.com/maxjhandsome/pig
fix hasChildren MenuTree也添加hasChildren false
This commit is contained in:
parent
c8ffadbc25
commit
75e992312a
|
@ -107,6 +107,7 @@ public class MenuTree extends TreeNode implements Serializable {
|
||||||
this.label = menuVo.getName();
|
this.label = menuVo.getName();
|
||||||
this.sort = menuVo.getSort();
|
this.sort = menuVo.getSort();
|
||||||
this.keepAlive = menuVo.getKeepAlive();
|
this.keepAlive = menuVo.getKeepAlive();
|
||||||
|
this.hasChildren = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue