feature/2.12.1.2403.02-个税-外籍人员信息报送

This commit is contained in:
黎永顺 2024-04-09 10:59:29 +08:00
parent ba0c516263
commit e30032abb1
1 changed files with 2 additions and 1 deletions

View File

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