From bd946406be5b6aba2b8df87366a744d1e2f195d6 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 10 Mar 2023 10:37:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BB=AA?= =?UTF-8?q?=E8=A1=A8=E6=9D=BF=E9=97=B4=E8=B7=B3=E8=BD=AC=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=90=BA=E5=B8=A6=E4=B8=8B=E9=92=BB=E5=A4=9A=E7=BA=A7?= =?UTF-8?q?=E5=8F=82=E6=95=B0=20#4695?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/canvas/components/editor/PreviewEject.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/src/components/canvas/components/editor/PreviewEject.vue b/frontend/src/components/canvas/components/editor/PreviewEject.vue index 2811351cea..8c878a9659 100644 --- a/frontend/src/components/canvas/components/editor/PreviewEject.vue +++ b/frontend/src/components/canvas/components/editor/PreviewEject.vue @@ -136,13 +136,9 @@ export default { const jumpRequestParam = { sourcePanelId: jumpParam.sourcePanelId, sourceViewId: jumpParam.sourceViewId, - sourceFieldId: jumpParam.sourceFieldId, + sourceFieldId: null, targetPanelId: this.panelId } - //透视表中的其他维度数据数据都进行匹配 - if (jumpParam.sourceType && jumpParam.sourceType === 'table-pivot') { - jumpRequestParam.sourceFieldId = null - } try { // 刷新跳转目标仪表板联动信息 queryTargetPanelJumpInfo(jumpRequestParam).then(rsp => {