菜单表格树第一级默认不展开

This commit is contained in:
RuoYi
2019-03-17 19:47:35 +08:00
parent e26b65459e
commit d066bf022b
2 changed files with 5 additions and 3 deletions

View File

@ -59,7 +59,7 @@
parentCode: "parentId",
uniqueId: "menuId",
expandAll: false,
expandFirst: true,
expandFirst: false,
url: prefix + "/list",
createUrl: prefix + "/add/{id}",
updateUrl: prefix + "/edit/{id}",