release/3.0.1.2503.01-合并业务线
This commit is contained in:
parent
4df7696f01
commit
4059e8364e
|
|
@ -98,7 +98,8 @@ class Index extends Component {
|
|||
className={cs("datapush_wrapper", { "reqZindex0": pushDetailDialog.visible })}
|
||||
buttonSpace={10} buttons={_.find(tabs, o => selectedKey === o.key).buttons}
|
||||
onChange={selectedKey => this.setState({
|
||||
selectedKey, pushDetailDialog: { ...pushDetailDialog, visible: false }
|
||||
selectedKey, pushDetailDialog: { ...pushDetailDialog, visible: false },
|
||||
DPDialog: { ...DPDialog, visible: false }
|
||||
})}
|
||||
showDropIcon={_.find(tabs, o => selectedKey === o.key).showDropIcon} onDropMenuClick={this.handleOperate}
|
||||
dropMenuDatas={_.find(tabs, o => selectedKey === o.key).dropMenuDatas}
|
||||
|
|
@ -107,6 +108,7 @@ class Index extends Component {
|
|||
{/*数据推送框*/}
|
||||
<DatapushDialog {...DPDialog} onClose={() => this.setState({ DPDialog: { ...DPDialog, visible: false } })}
|
||||
onSearch={this.handleAdvanceSearch}/>
|
||||
{/*推送记录查看详情*/}
|
||||
<PushDetailDialog {...pushDetailDialog} onClose={() => this.setState({
|
||||
pushDetailDialog: { ...pushDetailDialog, visible: false }
|
||||
})}/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue