Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
c861b78f
Commit
c861b78f
authored
Jun 03, 2020
by
RuoYi
Browse files
修复菜单管理选择图标,backspace删除时不过滤数据
parent
5123832c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/components/IconSelect/index.vue
View file @
c861b78f
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment