forked from github/dataease
fix(系统管理-地图设置): 地图设置搜索功能失效
This commit is contained in:
parent
acf9e42371
commit
b74970bbf6
@ -100,7 +100,7 @@ export default {
|
||||
|
||||
filterNode(value, data) {
|
||||
if (!value) return true
|
||||
return data.label.indexOf(value) !== -1
|
||||
return data.name.indexOf(value) !== -1
|
||||
},
|
||||
|
||||
nodeClick(data, node) {
|
||||
|
Loading…
Reference in New Issue
Block a user