fix(查询组件): 过滤组件没法过滤 tab 组件下的组合 #15189

This commit is contained in:
dataeaseShu
2025-03-07 10:44:27 +08:00
committed by xuwei-fit2cloud
parent 0e710d725d
commit 800359a7bd

View File

@@ -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 = [