mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
fix: tabs组件中的视图全屏预览错误
This commit is contained in:
@@ -46,6 +46,11 @@ export const buildFilterMap = panelItems => {
|
||||
if (element.type === 'view') {
|
||||
result[element.propValue.viewId] = []
|
||||
}
|
||||
if (element.type === 'de-tabs') {
|
||||
element.options.tabList && element.options.tabList.forEach(tab => {
|
||||
result[tab.content.propValue.viewId] = []
|
||||
})
|
||||
}
|
||||
})
|
||||
panelItems.forEach(element => {
|
||||
if (element.type !== 'custom') {
|
||||
|
||||
Reference in New Issue
Block a user