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 => {