Commit 086b9cdc authored by RuoYi's avatar RuoYi

新增菜单默认主类目

parent 22b09535
...@@ -314,8 +314,10 @@ export default { ...@@ -314,8 +314,10 @@ export default {
handleAdd(row) { handleAdd(row) {
this.reset(); this.reset();
this.getTreeselect(); this.getTreeselect();
if (row != null) { if (row != null && row.menuId) {
this.form.parentId = row.menuId; this.form.parentId = row.menuId;
} else {
this.form.parentId = 0;
} }
this.open = true; this.open = true;
this.title = "添加菜单"; this.title = "添加菜单";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment