release/2.10.1.2402.01-个税

This commit is contained in:
黎永顺 2024-02-27 16:36:58 +08:00
parent c4d78463da
commit 4ebcb8a066
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ class WelfareRecordList extends Component {
pageInfo: { ...pageInfo, current, pageSize, total }, pageInfo: { ...pageInfo, current, pageSize, total },
dataSource, columns dataSource, columns
}, () => this.postMessageToChild({ }, () => this.postMessageToChild({
scrollHeight: 108, dataSource, columns, pageInfo: this.state.pageInfo, showOperateBtn scrollHeight: 108, dataSource, columns, pageInfo: this.state.pageInfo, showOperateBtn,
unitTableType: "welfareRecord"
})); }));
} }
}).catch(() => this.setState({ loading: false })); }).catch(() => this.setState({ loading: false }));