release/2.14.4.2406.02-个税

This commit is contained in:
黎永顺 2024-07-03 11:12:15 +08:00
parent 2b9d4d57cf
commit 92d72d3eac
1 changed files with 2 additions and 2 deletions

View File

@ -530,7 +530,7 @@ class Index extends Component {
};
render() {
const { taxAgentStore: { showOperateBtn }, cumSituationStore: { form } } = this.props;
const { taxAgentStore: { showOperateBtn, taxAgentOption }, cumSituationStore: { form } } = this.props;
const {
declareMonth, taxAgentId, slidePayload, saveLoading, exportPayloadUrl, advanceCondition,
importPayload, year, exportPayloadType, cumTaxPeriodDialog, targetid
@ -549,7 +549,7 @@ class Index extends Component {
targetid={targetid} onClearTargrtid={() => this.setState({ targetid: "" })}
>
<SalaryCumDeductChooseTaxPeriodDialog
{...cumTaxPeriodDialog}
{...cumTaxPeriodDialog} taxAgentOption={taxAgentOption}
onCancel={() => this.setState({
cumTaxPeriodDialog: { ...cumTaxPeriodDialog, visible: false, title: "", type: "" }
})}