{
this.props.isDialog ?
{
weesoSetStore.setState({showDialog: false});
weesoSetStore.form.resetForm();
weesoSetStore.form.initFormFields(fields);
}}
buttons={this.getBtns()}
moreBtn={{
datas : this.getRightMenu(),
collectParams: collectParams
}}
>
{this.getSearchs()}
:
}
iconBgcolor='#A0B0BA'
buttons={this.getBtns()}
buttonSpace={10}
showDropIcon={true}
dropMenuDatas={this.getRightMenu()}
dropMenuProps={{
collectParams:collectParams
}}
/>
{this.getSearchs()}
}
)
}
}