This commit is contained in:
yanran200730
2022-12-23 16:08:27 +08:00
parent 7e51b443c2
commit c8429cac20
2 changed files with 1 additions and 2 deletions

View File

@@ -354,7 +354,6 @@
},
filterNode(value, data) {
console.log(data)
if (!value) return true
return data.fileName.indexOf(value) !== -1
},