From 4059e8364e3669e1727c9e55f370d779393d7dca Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 2 Apr 2025 16:16:38 +0800 Subject: [PATCH] =?UTF-8?q?release/3.0.1.2503.01-=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/datapush/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 } })}/>