forked from github/dataease
fix: 汇总表联动错误问题
This commit is contained in:
parent
68b29be9e7
commit
6c5d080c0a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user