补缴新增功能完成

This commit is contained in:
黎永顺 2023-01-03 16:50:03 +08:00
parent a7daf5e3c0
commit 5274e5fc1d
1 changed files with 14 additions and 0 deletions

View File

@ -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: []
}
});
}
});
}