RuoYi лет назад: 5
Родитель
Сommit
76aa1cda49
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      ruoyi-ui/src/views/system/menu/index.vue

+ 3 - 1
ruoyi-ui/src/views/system/menu/index.vue

@@ -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 = "添加菜单";