feature/2.9.42310.02-社保福利档案页面重构
This commit is contained in:
parent
aa1cef89b2
commit
f0f4bfb877
|
|
@ -89,8 +89,7 @@ class Index extends Component {
|
|||
]);
|
||||
this.setState({
|
||||
welfareEditSlide: {
|
||||
...this.state.welfareEditSlide, visible: true,
|
||||
employeeId, paymentOrganization,
|
||||
...this.state.welfareEditSlide, employeeId, paymentOrganization,
|
||||
socialItems: socialItems.data.items[0].items,
|
||||
socialBaseData: {
|
||||
SOCIAL_SECURITY: { ...socialItems.data.data, socialUnderTake: socialItems.data.data.underTake }
|
||||
|
|
@ -114,10 +113,10 @@ class Index extends Component {
|
|||
]);
|
||||
this.setState({
|
||||
welfareEditSlide: {
|
||||
...this.state.welfareEditSlide,
|
||||
...this.state.welfareEditSlide, visible: true,
|
||||
socialBase: socialBase.data, fundBase: fundBase.data, othersBase: othersBase.data
|
||||
}
|
||||
},()=>console.log(this.state.welfareEditSlide));
|
||||
});
|
||||
});
|
||||
break;
|
||||
case "ADD-TO-PAY":
|
||||
|
|
|
|||
Loading…
Reference in New Issue