Merge branch 'feature/v2-社保福利档案调差退差-1208' into develop

This commit is contained in:
黎永顺 2022-12-16 17:37:10 +08:00
commit d974fe73aa
1 changed files with 7 additions and 1 deletions

View File

@ -611,7 +611,13 @@ class Index extends Component {
current: 1,
pageSize: 10
}
}, () => this.query());
});
if (!this.handleChangeDebounce) {
this.handleChangeDebounce = _.debounce(() => {
this.query()
}, 500);
}
this.handleChangeDebounce();
};
//编辑保存
handleSave = () => {