mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(数据大屏): 将图表组合后添加至tab组件内过滤组件无法过滤
This commit is contained in:
committed by
xuwei-fit2cloud
parent
fd3f1c960e
commit
a7aeda00cb
@@ -25,6 +25,18 @@ export const comInfo = () => {
|
||||
com => !['VQuery', 'DeTabs'].includes(com.innerType) && com.component !== 'Group'
|
||||
)
|
||||
]
|
||||
|
||||
itx.componentData.forEach(element => {
|
||||
if (element.component === 'Group') {
|
||||
arr = [
|
||||
...arr,
|
||||
element.propValue.filter(
|
||||
coms =>
|
||||
!['VQuery', 'DeTabs'].includes(coms.innerType) && coms.component !== 'Group'
|
||||
)
|
||||
]
|
||||
}
|
||||
})
|
||||
})
|
||||
} else if (ele.component === 'Group') {
|
||||
arr = [
|
||||
|
||||
Reference in New Issue
Block a user