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/chartcomponent/index.jsx | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/chartcomponent/index.jsx b/src/tabviews/zshare/chartcomponent/index.jsx index 85ec585..4edb9b1 100644 --- a/src/tabviews/zshare/chartcomponent/index.jsx +++ b/src/tabviews/zshare/chartcomponent/index.jsx @@ -18,6 +18,7 @@ static propTpyes = { BID: PropTypes.any, // 鐖剁骇Id Tab: PropTypes.any, // 鏍囩淇℃伅 + MenuName: PropTypes.any, // 鑿滃崟鍚嶇О plot: PropTypes.object, // 鍥炬爣璁剧疆淇℃伅 data: PropTypes.array, // 鍥捐〃浼犲叆鏁版嵁 loading: PropTypes.bool, // 鏁版嵁鍔犺浇涓� @@ -1075,7 +1076,7 @@ } render() { - const { plot, loading, config, BID, Tab } = this.props + const { plot, loading, config, BID, Tab, MenuName } = this.props const { empty, chartFields, selectFields, actions } = this.state return ( @@ -1109,6 +1110,7 @@ Tab={Tab} btn={item} show="icon" + MenuName={MenuName} setting={config.setting} getexceloutparam={this.props.getexceloutparam} updateStatus={() => {}} @@ -1122,6 +1124,7 @@ Tab={Tab} btn={item} show="icon" + MenuName={MenuName} setting={config.setting} updateStatus={() => {}} /> -- Gitblit v1.8.0