From c7c3b0cd51c2c9251a11e4b5bc5057cc92f6e9a7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 02 十一月 2020 09:18:43 +0800 Subject: [PATCH] 2020-11-02 --- src/tabviews/zshare/actionList/popupbutton/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/popupbutton/index.jsx b/src/tabviews/zshare/actionList/popupbutton/index.jsx index 156ac36..7368167 100644 --- a/src/tabviews/zshare/actionList/popupbutton/index.jsx +++ b/src/tabviews/zshare/actionList/popupbutton/index.jsx @@ -163,10 +163,11 @@ destroyOnClose > <SubTabTable + Tab={btn} + MenuID={btn.linkTab} BID={popData ? primaryId : this.props.BID} BData={popData || this.props.BData} SupMenuID={this.props.MenuID} - MenuID={btn.linkTab} refreshSupView={this.reloadtable} /> </Modal> -- Gitblit v1.8.0