From f837ac1101b03abc562464f74fde06b63cccdd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Wed, 3 Apr 2024 10:53:02 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hrmSalary/pages/enterprisePayCertificationDetail/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/enterprisePayCertificationDetail/index.js b/pc4mobx/hrmSalary/pages/enterprisePayCertificationDetail/index.js index c6d0bd55..026f4cde 100644 --- a/pc4mobx/hrmSalary/pages/enterprisePayCertificationDetail/index.js +++ b/pc4mobx/hrmSalary/pages/enterprisePayCertificationDetail/index.js @@ -31,7 +31,7 @@ class Index extends Component { const payload = { taxDeclareRecordId: getQueryString("taxDeclareRecordId"), taxAgentId: getQueryString("taxAgentId"), - taxYearMonth: getQueryString("taxYearMonth") + "-01" + taxYearMonth: getQueryString("taxYearMonth") }; this.setState({ loading: true }); taxPaymentWithheldVoucherGet(payload).then(({ status, data, errormsg }) => {