修复菜单管理选择图标,backspace删除时不过滤数据

pull/6/head
RuoYi 4 years ago
parent 9e5e68e2a8
commit 2440771462

@ -25,10 +25,9 @@ export default {
},
methods: {
filterIcons() {
this.iconList = icons
if (this.name) {
this.iconList = this.iconList.filter(item => item.includes(this.name))
} else {
this.iconList = icons
}
},
selectedIcon(name) {

Loading…
Cancel
Save