作者 RuoYi

新增菜单默认主类目

@@ -314,8 +314,10 @@ export default { @@ -314,8 +314,10 @@ export default {
314 handleAdd(row) { 314 handleAdd(row) {
315 this.reset(); 315 this.reset();
316 this.getTreeselect(); 316 this.getTreeselect();
317 - if (row != null) { 317 + if (row != null && row.menuId) {
318 this.form.parentId = row.menuId; 318 this.form.parentId = row.menuId;
  319 + } else {
  320 + this.form.parentId = 0;
319 } 321 }
320 this.open = true; 322 this.open = true;
321 this.title = "添加菜单"; 323 this.title = "添加菜单";