修复主菜单删除问题
This commit is contained in:
parent
1f81608fed
commit
72801d1b75
|
|
@ -261,7 +261,7 @@
|
|||
this.currentMenu.childrenGroup.splice(index, 1)
|
||||
},
|
||||
|
||||
removeLink(item, index) {
|
||||
removeLink(index) {
|
||||
this.form.menus.splice(index, 1);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue