Merge pull request #8337 from dataease/pr@dev@fix_link-jump
fix(仪表板): 修复平台内跳转和公共跳转返回数据不一致问题 #8184
This commit is contained in:
commit
fb30b6a862
@ -156,7 +156,7 @@ export default {
|
||||
const jumpRequestParam = {
|
||||
sourcePanelId: jumpParam.sourcePanelId,
|
||||
sourceViewId: jumpParam.sourceViewId,
|
||||
sourceFieldId: jumpParam.sourceFieldId,
|
||||
sourceFieldId: null,
|
||||
targetPanelId: this.resourceId
|
||||
}
|
||||
if (jumpParam.sourceType && jumpParam.sourceType === 'table-pivot') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user