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

2.X
RuoYi 5 years ago committed by 疯狂的狮子li
parent 89c5f112c0
commit 1d489cecef

@ -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