补缴新增功能完成
This commit is contained in:
parent
a7daf5e3c0
commit
5274e5fc1d
|
|
@ -185,6 +185,13 @@ class SupplementarySlide extends Component {
|
|||
});
|
||||
} else {
|
||||
message.error(errormsg || "");
|
||||
this.setState({
|
||||
businessAccounting: {
|
||||
socialSecurityBase: [],
|
||||
fundBase: [],
|
||||
otherBase: []
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -206,6 +213,13 @@ class SupplementarySlide extends Component {
|
|||
});
|
||||
} else {
|
||||
message.error(errormsg || "");
|
||||
this.setState({
|
||||
inputPaymentAmount: {
|
||||
socialPayment: [],
|
||||
fundPayment: [],
|
||||
otherPayment: []
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue