feature/2.15.2.2411.01业务线

This commit is contained in:
lys 2024-12-10 14:07:12 +08:00
parent 8da06ed9ae
commit d2bd5befe7
1 changed files with 1 additions and 1 deletions

View File

@ -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)}`);
});