feature/2.15.2.2411.01业务线
This commit is contained in:
parent
8da06ed9ae
commit
d2bd5befe7
|
|
@ -79,7 +79,7 @@ class StandingBook extends Component {
|
|||
this.setState({
|
||||
accountDialog: { ...this.state.accountDialog, visible: false }
|
||||
}, () => {
|
||||
this.wfListRef.wrappedInstance.getWelfareRecordList();
|
||||
this.wfListRef.getWelfareRecordList();
|
||||
const calcPayload = { ...payload, creator };
|
||||
window.open(`/spa/hrmSalary/static/index.html#/main/hrmSalary/socialSecurityBenefits/standingBookDetail?${convertToUrlString(calcPayload)}`);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue