This commit is contained in:
yanran200730
2022-12-23 16:04:44 +08:00
parent 09f9256f06
commit 7e51b443c2
3 changed files with 29 additions and 23 deletions

View File

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