Explorar o código

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

RuoYi %!s(int64=4) %!d(string=hai) anos
pai
achega
c861b78f80
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      ruoyi-ui/src/components/IconSelect/index.vue

+ 1 - 2
ruoyi-ui/src/components/IconSelect/index.vue

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