bug
This commit is contained in:
@@ -354,8 +354,9 @@
|
||||
},
|
||||
|
||||
filterNode(value, data) {
|
||||
console.log(data)
|
||||
if (!value) return true
|
||||
return data.name.indexOf(value) !== -1
|
||||
return data.fileName.indexOf(value) !== -1
|
||||
},
|
||||
|
||||
settingAadmin (id) {
|
||||
|
||||
Reference in New Issue
Block a user