feature/2.12.1.2403.02-个税-外籍人员信息报送
This commit is contained in:
parent
4e5443005b
commit
1a06b46faf
|
|
@ -31,7 +31,7 @@ class Index extends Component {
|
||||||
const payload = {
|
const payload = {
|
||||||
taxDeclareRecordId: getQueryString("taxDeclareRecordId"),
|
taxDeclareRecordId: getQueryString("taxDeclareRecordId"),
|
||||||
taxAgentId: getQueryString("taxAgentId"),
|
taxAgentId: getQueryString("taxAgentId"),
|
||||||
taxYearMonth: getQueryString("taxYearMonth") + "-01"
|
taxYearMonth: getQueryString("taxYearMonth")
|
||||||
};
|
};
|
||||||
this.setState({ loading: true });
|
this.setState({ loading: true });
|
||||||
taxPaymentWithheldVoucherGet(payload).then(({ status, data, errormsg }) => {
|
taxPaymentWithheldVoucherGet(payload).then(({ status, data, errormsg }) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue