专项附加扣除页面查询报错的解决
This commit is contained in:
parent
0e4587d18d
commit
596392a102
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue