refactor: 优化公共链接透视表跳转

This commit is contained in:
wangjiahao 2022-12-27 10:50:25 +08:00
parent ef8032dd26
commit 27a8b49bc7

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