专项附加扣除页面查询报错的解决

This commit is contained in:
黎永顺 2022-11-08 15:47:20 +08:00
parent 0e4587d18d
commit 596392a102
1 changed files with 1 additions and 7 deletions

View File

@ -356,7 +356,7 @@ class SpecialAddDeduction extends Component {
: <InlineForm
ref={dom => 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))
}
<WeaSlideModal
className="specialAddSlideWrapper"
{...drawerParams}