From b4fe6f52428fa62934b1e7b1a302ea9b8f98610c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 12 Apr 2024 17:23:42 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E8=A5=BF=E5=AE=89=E7=A7=A6=E5=8D=8E?= =?UTF-8?q?=E5=A4=A9=E7=87=83=E6=B0=94-=E7=A4=BE=E4=BF=9D-=E6=A1=A3?= =?UTF-8?q?=E6=A1=88-=E6=A0=B8=E7=AE=97-=E8=B4=A6=E5=A5=97=E6=9D=83?= =?UTF-8?q?=E9=99=90=E7=9A=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/bankVoucherDetail/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/bankVoucherDetail/index.js b/pc4mobx/hrmSalary/pages/bankVoucherDetail/index.js index ff40a205..43916c7f 100644 --- a/pc4mobx/hrmSalary/pages/bankVoucherDetail/index.js +++ b/pc4mobx/hrmSalary/pages/bankVoucherDetail/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"), checkFeedback: 0 }; this.setState({ loading: true });