提交 6c5d080c authored 作者: wangjiahao's avatar wangjiahao

fix: 汇总表联动错误问题

上级 68b29be9
...@@ -255,7 +255,9 @@ const data = { ...@@ -255,7 +255,9 @@ const data = {
for (let index = 0; index < state.componentData.length; index++) { for (let index = 0; index < state.componentData.length; index++) {
const element = state.componentData[index] const element = state.componentData[index]
if (!element.type || element.type !== 'view') continue if (!element.type || element.type !== 'view') continue
const currentFilters = element.linkageFilters || [] // 当前联动filter // const currentFilters = element.linkageFilters || [] // 当前联动filter
// 联动的视图情况历史条件
const currentFilters = []
data.dimensionList.forEach(dimension => { data.dimensionList.forEach(dimension => {
const sourceInfo = viewId + '#' + dimension.id const sourceInfo = viewId + '#' + dimension.id
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论