From f456de6aada60b1bca6aa7fb77f9b278fb7f4c67 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 24 Jan 2024 13:38:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=98=8E=E7=BB=86=E8=A1=A8=E8=A7=86=E5=9B=BE=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E8=B7=B3=E8=BD=AC=E8=AE=BE=E7=BD=AE=EF=BC=8C=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=9F=90=E4=B8=80=E4=B8=AA=E5=AD=97=E6=AE=B5=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=89=93=E5=BC=80=E5=A4=96=E9=83=A8=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=EF=BC=8C=E7=82=B9=E5=87=BB=E5=85=B6=E4=BB=96=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=90=8C=E6=A0=B7=E5=87=BA=E7=8E=B0=E8=B7=B3=E8=BD=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20#7533?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/components/canvas/customComponent/UserView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/components/canvas/customComponent/UserView.vue b/core/frontend/src/components/canvas/customComponent/UserView.vue index 76db594dc8..e47aa8fc18 100644 --- a/core/frontend/src/components/canvas/customComponent/UserView.vue +++ b/core/frontend/src/components/canvas/customComponent/UserView.vue @@ -1171,7 +1171,7 @@ export default { } }) } - if (!jumpInfo) { + if (!jumpInfo && !this.chart.type.includes('table')) { for (let i = param.dimensionList.length - 1; i >= 0; i--) { dimension = param.dimensionList[i] sourceInfo = param.viewId + '#' + dimension.id