From 892114dbc2c713ebe92de6a7fdd542610c35b10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Thu, 18 Jul 2024 15:37:30 +0800 Subject: [PATCH] hotfix/2.15.1.2407.01 --- pc4mobx/hrmSalary/pages/reportView/components/reportContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }