mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
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