refactor:仪表板选择目录查询方式时,对应的子目录也显示

This commit is contained in:
wangjiahao 2021-09-09 14:55:06 +08:00
parent 95e6affa75
commit 3c13f5c0b4

View File

@ -773,6 +773,9 @@ export default {
return true
}
if (this.searchPids.indexOf(data.pid) !== -1) {
if (data.nodeType === 'folder') {
this.searchPids.push(data.id)
}
return true
}
} else {