forked from github/dataease
refactor:仪表板选择目录查询方式时,对应的子目录也显示
This commit is contained in:
parent
95e6affa75
commit
3c13f5c0b4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user