fix(仪表板): 修复平台内跳转和公共跳转返回数据不一致问题 #8184
This commit is contained in:
parent
e31829fadb
commit
bd181d16f0
@ -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