产品-薪酬统计报表优化

This commit is contained in:
黎永顺 2023-06-09 10:47:51 +08:00
parent 42f2a8ac55
commit b930c35e82
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class ReportContent extends Component {
this.setState({ loading: true });
reportStatisticsReportGetData(payload).then(({ status, data }) => {
this.setState({ loading: false });
if (status && id === data.reportId) {
if (status && id.toString() === data.reportId.toString()) {
const { countResult, columns, pageInfo: { list } } = data;
this.setState({
countResult,