feature/2.10.1.2401.01-最优年终奖计税方案

This commit is contained in:
黎永顺 2024-02-23 15:20:22 +08:00
parent eec52e34c1
commit 6f7b21ce5b
1 changed files with 10 additions and 0 deletions

View File

@ -203,6 +203,16 @@ class Index extends Component {
this.getList(this.props);
} else {
message.error(errormsg || "操作失败");
this.setState({
dataSource: _.map(this.state.dataSource, item => {
if (item.id === id) {
return {
...item, isUse: item.isUse
};
}
return { ...item };
})
});
}
});
},