From f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 十一月 2022 16:11:55 +0800 Subject: [PATCH] 2022-11-21 --- src/tabviews/zshare/actionList/index.jsx | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/tabviews/zshare/actionList/index.jsx b/src/tabviews/zshare/actionList/index.jsx index 6760ac3..7dd0d4b 100644 --- a/src/tabviews/zshare/actionList/index.jsx +++ b/src/tabviews/zshare/actionList/index.jsx @@ -27,7 +27,6 @@ actions: PropTypes.array, // 鎸夐挳缁� columns: PropTypes.array, // 鏄剧ず鍒� setting: PropTypes.any, // 椤甸潰閫氱敤璁剧疆 - ContainerId: PropTypes.any // tab椤甸潰ID锛岀敤浜庡脊绐楁帶鍒� } state = {} @@ -37,7 +36,7 @@ } getButtonList = (actions) => { - const { BID, BData, MenuID, columns, setting, ContainerId, selectedData, lock } = this.props + const { BID, BData, MenuID, columns, setting, selectedData, lock } = this.props return actions.map(item => { if (['exec', 'prompt', 'pop'].includes(item.OpenType)) { return ( @@ -50,7 +49,6 @@ BData={BData} setting={setting} columns={columns} - ContainerId={ContainerId} selectedData={selectedData} /> ) @@ -99,6 +97,7 @@ show={item.show || 'actionList'} disabled={lock || false} btn={item} + BID={BID} BData={BData} MenuID={MenuID} selectedData={selectedData} @@ -140,7 +139,6 @@ btn={item} BData={BData} setting={setting} - ContainerId={ContainerId} selectedData={selectedData} /> ) -- Gitblit v1.8.0