hotfix/2.15.1.2407.01
This commit is contained in:
parent
af8a0a1bab
commit
892114dbc2
|
|
@ -75,7 +75,7 @@ class ReportContent extends Component {
|
|||
visible: true, id: pivotId, dimensionId, dimensionValue, isShare
|
||||
}
|
||||
});
|
||||
} else if (id === "PAGEINFO") {
|
||||
} else if (id === "PAGEINFO_REPORT") {
|
||||
this.setState({ pageInfo: { ...this.state.pageInfo, ...params } }, () => this.reportStatisticsReportGetData(this.props.report));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue