From 596392a1027cc05ec4630b47f00a025767b0b494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Tue, 8 Nov 2022 15:47:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E9=A1=B9=E9=99=84=E5=8A=A0=E6=89=A3?= =?UTF-8?q?=E9=99=A4=E9=A1=B5=E9=9D=A2=E6=9F=A5=E8=AF=A2=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/dataAcquisition/specialAddDeduction/index.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/index.js b/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/index.js index bd97ff8b..97e8d8e1 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/index.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/index.js @@ -356,7 +356,7 @@ class SpecialAddDeduction extends Component { : this.inlineForm = dom} taxAgentOption={taxAgentAdminOption} - onChange={this.specialAddDeductionList} + onChange={(taxAgentId)=>this.specialAddDeductionList({taxAgentId})} />; }; renderImportormComponent = () => { @@ -517,12 +517,6 @@ class SpecialAddDeduction extends Component { pagination={pagination} loading={loading.query} /> - { - console.log(drawerParams.editId.employeeId, userid) - } - { - console.log((showOperateBtn && !drawerParams.isView) || (!showOperateBtn && userid == drawerParams.editId.employeeId)) - }