From ea06034e06a30d3e97838c7885ae7694273a8ca1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 05 十二月 2024 20:03:51 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/zshare/actionList/popupbutton/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tabviews/zshare/actionList/popupbutton/index.jsx b/src/tabviews/zshare/actionList/popupbutton/index.jsx index c6a9e99..9c79b09 100644 --- a/src/tabviews/zshare/actionList/popupbutton/index.jsx +++ b/src/tabviews/zshare/actionList/popupbutton/index.jsx @@ -131,11 +131,11 @@ if (btn.$view === 'popview') { if (btn.popClose !== 'never') { - MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.popClose, btn) + MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.popClose, btn, '', this.state.popData ? [this.state.popData] : null) } } else { let position = btn.popClose !== 'never' ? btn.popClose : 'grid' - MKEmitter.emit('refreshByButtonResult', btn.$menuId, position, btn) + MKEmitter.emit('refreshByButtonResult', btn.$menuId, position, btn, '', this.state.popData ? [this.state.popData] : null) } } @@ -207,7 +207,7 @@ }) if (btn.popClose !== 'never') { - MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.popClose, btn) + MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.popClose, btn, '', this.state.popData ? [this.state.popData] : null) } if (btn.syncComponentId) { -- Gitblit v1.8.0