From 6c5d080c0a27ea115638ced6671e0aeda66ff144 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 28 Feb 2022 11:15:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B1=87=E6=80=BB=E8=A1=A8=E8=81=94?= =?UTF-8?q?=E5=8A=A8=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/store/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/store/index.js b/frontend/src/store/index.js index 26b4eb7e5d..55d58a53b2 100644 --- a/frontend/src/store/index.js +++ b/frontend/src/store/index.js @@ -255,7 +255,9 @@ const data = { for (let index = 0; index < state.componentData.length; index++) { const element = state.componentData[index] if (!element.type || element.type !== 'view') continue - const currentFilters = element.linkageFilters || [] // 当前联动filter + // const currentFilters = element.linkageFilters || [] // 当前联动filter + // 联动的视图情况历史条件 + const currentFilters = [] data.dimensionList.forEach(dimension => { const sourceInfo = viewId + '#' + dimension.id