From 2292d1826e69e21c8a411c217faef635fe57d458 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 一月 2021 10:48:49 +0800 Subject: [PATCH] Merge branch 'bms' of ssh://39.106.218.81:29418/~jinfei/pc-plat into bms --- src/tabviews/zshare/cardcomponent/index.jsx | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/tabviews/zshare/cardcomponent/index.jsx b/src/tabviews/zshare/cardcomponent/index.jsx index 7be3290..824b554 100644 --- a/src/tabviews/zshare/cardcomponent/index.jsx +++ b/src/tabviews/zshare/cardcomponent/index.jsx @@ -522,7 +522,6 @@ loading: PropTypes.bool, data: PropTypes.array, refreshdata: PropTypes.func, - getexceloutparam: PropTypes.func, handleTableId: PropTypes.func } @@ -779,8 +778,8 @@ key={action.uuid} BID={BID} Tab={Tab} - btn={action} show="icon" + btn={action} setting={config.setting} updateStatus={this.updateStatus} /> @@ -791,10 +790,9 @@ key={action.uuid} BID={BID} Tab={Tab} - btn={action} show="icon" + btn={action} setting={config.setting} - getexceloutparam={this.props.getexceloutparam} updateStatus={this.updateStatus} /> ) -- Gitblit v1.8.0