Merge pull request #8337 from dataease/pr@dev@fix_link-jump

fix(仪表板): 修复平台内跳转和公共跳转返回数据不一致问题 #8184
This commit is contained in:
王嘉豪 2024-03-05 14:08:28 +08:00 committed by GitHub
commit fb30b6a862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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') {