修复主菜单删除问题

This commit is contained in:
pushuo 2022-08-19 15:55:21 +08:00
parent 1f81608fed
commit 72801d1b75
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@
this.currentMenu.childrenGroup.splice(index, 1)
},
removeLink(item, index) {
removeLink(index) {
this.form.menus.splice(index, 1);
},