forked from github/dataease
Merge pull request #4207 from dataease/pr@dev@refactor_public-link
refactor: 优化公共链接透视表跳转
This commit is contained in:
commit
ec6baf2957
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user