current === o.key).editBtns : []}
tabDatas={tabs} selectedKey={String(current)} title={title}
onChange={cur => this.setState({ current: parseInt(cur) })}/>
}
content={
{
!isEdit &&
{
_.map(tabs, item => {
const { key, title } = item;
return ;
})
}
}
{_.find(tabs, o => current === o.key).children}
{
const { jumpAll } = taxFilingInfoDialofg;
this.setState({
current: jumpAll ? this.state.current + 1 : this.state.current,
taxFilingInfoDialofg: {
...taxFilingInfoDialofg, visible: false,
taxAgentTaxReturnCheckFormDTO: null
}
}, () => {
isRefresh && this.taxInfoRef.taxReturnGetForm();
jumpAll && this.props.onCancel(true);
});
}}
/>
}
onClose={() => onCancel()}
/>
);
}
}
export default TaxAgentSlide;