From 37a134bd23ec4b227a0e010b08a1a89c2bbaaa0d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 03 十一月 2020 17:10:14 +0800 Subject: [PATCH] 2020-11-03 --- src/tabviews/zshare/actionList/index.jsx | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/index.jsx b/src/tabviews/zshare/actionList/index.jsx index 67f6200..3d00fe4 100644 --- a/src/tabviews/zshare/actionList/index.jsx +++ b/src/tabviews/zshare/actionList/index.jsx @@ -21,6 +21,7 @@ static propTpyes = { BID: PropTypes.any, // 涓昏〃ID BData: PropTypes.any, // 涓昏〃鏁版嵁 + MenuName: PropTypes.any, // 鑿滃崟鍚嶇О selectedData: PropTypes.any, // 瀛愯〃涓�夋嫨鏁版嵁 Tab: PropTypes.any, // 濡傛灉褰撳墠鍏冪礌涓烘爣绛炬椂锛宼ab涓烘爣绛句俊鎭� MenuID: PropTypes.string, // 鑿滃崟ID @@ -49,7 +50,7 @@ } getButtonList = (actions) => { - const { BID, BData, MenuID, Tab, logcolumns, setting, ContainerId, selectedData, getexceloutparam } = this.props + const { BID, BData, MenuID, Tab, logcolumns, setting, ContainerId, selectedData, getexceloutparam, MenuName } = this.props return actions.map(item => { if (['exec', 'prompt', 'pop'].includes(item.OpenType)) { @@ -62,6 +63,7 @@ btn={item} BData={BData} setting={setting} + MenuName={MenuName} columns={logcolumns} ContainerId={ContainerId} selectedData={selectedData} @@ -77,6 +79,7 @@ Tab={Tab} btn={item} setting={setting} + MenuName={MenuName} selectedData={selectedData} updateStatus={this.updateStatus} /> @@ -90,6 +93,7 @@ Tab={Tab} btn={item} setting={setting} + MenuName={MenuName} getexceloutparam={getexceloutparam} updateStatus={this.updateStatus} /> -- Gitblit v1.8.0