From ef8032dd260e82c635adee9f46f8948f70c1a8f4 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 27 Dec 2022 10:40:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20AntV=20?= =?UTF-8?q?=E9=80=8F=E8=A7=86=E8=A1=A8=E6=A0=BC=E6=94=AF=E6=8C=81=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E8=A1=8C=E5=A4=B4=E5=88=97=E5=A4=B4=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=B9=B6=E5=9C=A8=E8=B7=B3=E8=BD=AC=E6=97=B6=E5=B8=A6=E5=85=A5?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E7=9B=B8=E5=85=B3=E5=AD=97=E6=AE=B5=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/editor/PreviewEject.vue | 2 +- frontend/src/views/chart/components/ChartComponentS2.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/canvas/components/editor/PreviewEject.vue b/frontend/src/components/canvas/components/editor/PreviewEject.vue index f3d81c4dc4..2811351cea 100644 --- a/frontend/src/components/canvas/components/editor/PreviewEject.vue +++ b/frontend/src/components/canvas/components/editor/PreviewEject.vue @@ -141,7 +141,7 @@ export default { } //透视表中的其他维度数据数据都进行匹配 if (jumpParam.sourceType && jumpParam.sourceType === 'table-pivot') { - jumpRequestParam.targetPanelId = null + jumpRequestParam.sourceFieldId = null } try { // 刷新跳转目标仪表板联动信息 diff --git a/frontend/src/views/chart/components/ChartComponentS2.vue b/frontend/src/views/chart/components/ChartComponentS2.vue index 2bb2f650b6..e4b1797706 100644 --- a/frontend/src/views/chart/components/ChartComponentS2.vue +++ b/frontend/src/views/chart/components/ChartComponentS2.vue @@ -426,7 +426,8 @@ export default { name: this.pointParam.data.name, viewId: this.chart.id, dimensionList: this.pointParam.data.dimensionList, - quotaList: this.pointParam.data.quotaList + quotaList: this.pointParam.data.quotaList, + sourceType: this.pointParam.data.sourceType } switch (trackAction) { case 'drill':