mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 17:58:11 +08:00
fix(查询组件): 过滤组件没法过滤 tab 组件下的组合 #15189
This commit is contained in:
committed by
xuwei-fit2cloud
parent
0e710d725d
commit
800359a7bd
@@ -99,6 +99,17 @@ const dfsComponentData = () => {
|
||||
com => !['VQuery', 'DeTabs'].includes(com.innerType) && com.component !== 'Group'
|
||||
)
|
||||
]
|
||||
|
||||
itx.componentData.forEach(j => {
|
||||
if (j.component === 'Group') {
|
||||
arr = [
|
||||
...arr,
|
||||
j.propValue.filter(
|
||||
com => !['VQuery', 'DeTabs'].includes(com.innerType) && com.component !== 'Group'
|
||||
)
|
||||
]
|
||||
}
|
||||
})
|
||||
})
|
||||
} else if (ele.component === 'Group') {
|
||||
arr = [
|
||||
|
||||
Reference in New Issue
Block a user