hotfix/2.9.42309.01-个税
This commit is contained in:
parent
9e7e142296
commit
d19a6ebbe3
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue