Merge pull request #4207 from dataease/pr@dev@refactor_public-link

refactor: 优化公共链接透视表跳转
This commit is contained in:
王嘉豪
2022-12-27 10:51:49 +08:00
committed by GitHub

View File

@@ -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