diff --git a/pc4mobx/hrmSalary/pages/reportView/components/reportContent.js b/pc4mobx/hrmSalary/pages/reportView/components/reportContent.js index 37581080..7509d3df 100644 --- a/pc4mobx/hrmSalary/pages/reportView/components/reportContent.js +++ b/pc4mobx/hrmSalary/pages/reportView/components/reportContent.js @@ -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)); } }