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)) - }