feature/2.12.1.2403.02-个税申报表页面分类改造

This commit is contained in:
黎永顺 2024-04-03 14:18:15 +08:00
parent 9480bc7adf
commit e0d4137151
1 changed files with 2 additions and 1 deletions

View File

@ -269,7 +269,8 @@ class Index extends Component {
const { taxAgentId, taxCycle: taxYearMonth } = this.state.declareInfo;
const payload = {
taxDeclareRecordId: getQueryString("id"),
taxAgentId, taxYearMonth: taxYearMonth + "-01"
taxAgentId, taxYearMonth: taxYearMonth + "-01",
reportType: this.state.reportType
};
this.setState({ loading: { ...this.state.loading, issuance: true } });
taxPaymentWithheldVoucherGet(payload).then(({ status, data, errormsg }) => {