diff --git a/pc4mobx/hrmSalary/pages/datapush/index.js b/pc4mobx/hrmSalary/pages/datapush/index.js index 4bd1458b..bdabd479 100644 --- a/pc4mobx/hrmSalary/pages/datapush/index.js +++ b/pc4mobx/hrmSalary/pages/datapush/index.js @@ -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 { {/*数据推送框*/} this.setState({ DPDialog: { ...DPDialog, visible: false } })} onSearch={this.handleAdvanceSearch}/> + {/*推送记录查看详情*/} this.setState({ pushDetailDialog: { ...pushDetailDialog, visible: false } })}/>