hotfix/2.9.42309.01-个税

This commit is contained in:
黎永顺 2023-10-24 14:04:37 +08:00
parent 9e7e142296
commit d19a6ebbe3
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class Index extends Component {
} else if (type === "turn") {
if (id === "PAGEINFO") {
const { pageNum: current, size: pageSize } = params;
this.setState({ pageInfo: { ...this.state.pageInfo, current, pageSize } });
this.setState({ pageInfo: { ...this.state.pageInfo, current, pageSize } }, () => this.queryEmployeeList());
} else if (id === "EDIT") {
this.setState({
declareEditDialog: {