From 83592b5c2dcbfd0a91d36dfa89f1a6cbe95ab1d1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 27 十月 2022 15:22:01 +0800 Subject: [PATCH] 2022-10-27 --- src/tabviews/zshare/actionList/index.jsx | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/tabviews/zshare/actionList/index.jsx b/src/tabviews/zshare/actionList/index.jsx index 3eb4181..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} /> ) @@ -141,7 +139,6 @@ btn={item} BData={BData} setting={setting} - ContainerId={ContainerId} selectedData={selectedData} /> ) -- Gitblit v1.8.0