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
commit ec6baf2957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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