release/2.14.4.2406.02-个税
This commit is contained in:
parent
2b9d4d57cf
commit
92d72d3eac
|
|
@ -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: "" }
|
||||
})}
|
||||
|
|
|
|||
Loading…
Reference in New Issue