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