From 27a8b49bc73dabe3a4be8463634fd973948589da Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 27 Dec 2022 10:50:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E9=93=BE=E6=8E=A5=E9=80=8F=E8=A7=86=E8=A1=A8=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/link/view/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/views/link/view/index.vue b/frontend/src/views/link/view/index.vue index 2070287ccf..733a0b103b 100644 --- a/frontend/src/views/link/view/index.vue +++ b/frontend/src/views/link/view/index.vue @@ -152,6 +152,9 @@ export default { sourceFieldId: jumpParam.sourceFieldId, targetPanelId: this.resourceId } + if (jumpParam.sourceType && jumpParam.sourceType === 'table-pivot') { + jumpRequestParam.sourceFieldId = null + } // 刷新跳转目标仪表板联动信息 queryTargetPanelJumpInfo(jumpRequestParam).then(rsp => { this.show = true