hotfix/2.15.1.2407.01

This commit is contained in:
黎永顺 2024-07-18 15:37:30 +08:00
parent af8a0a1bab
commit 892114dbc2
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}