From 84804b405cb88f659d055b16eb3bd00b813ccb4a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 10 十二月 2020 10:58:38 +0800
Subject: [PATCH] 2020-12-10

---
 src/tabviews/zshare/chartcomponent/index.jsx |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/tabviews/zshare/chartcomponent/index.jsx b/src/tabviews/zshare/chartcomponent/index.jsx
index 65a9f92..bca879e 100644
--- a/src/tabviews/zshare/chartcomponent/index.jsx
+++ b/src/tabviews/zshare/chartcomponent/index.jsx
@@ -18,7 +18,6 @@
   static propTpyes = {
     BID: PropTypes.any,              // 鐖剁骇Id
     Tab: PropTypes.any,              // 鏍囩淇℃伅
-    MenuName: PropTypes.any,         // 鑿滃崟鍚嶇О
     plot: PropTypes.object,          // 鍥炬爣璁剧疆淇℃伅
     data: PropTypes.array,           // 鍥捐〃浼犲叆鏁版嵁
     loading: PropTypes.bool,         // 鏁版嵁鍔犺浇涓�
@@ -1058,7 +1057,7 @@
   }
 
   render() {
-    const { plot, loading, config, BID, Tab, MenuName } = this.props
+    const { plot, loading, config, BID, Tab } = this.props
     const { empty, chartFields, selectFields, actions } = this.state
 
     return (
@@ -1092,7 +1091,6 @@
                     Tab={Tab}
                     btn={item}
                     show="icon"
-                    MenuName={MenuName}
                     setting={config.setting}
                     getexceloutparam={this.props.getexceloutparam}
                     updateStatus={() => {}}
@@ -1106,7 +1104,6 @@
                     Tab={Tab}
                     btn={item}
                     show="icon"
-                    MenuName={MenuName}
                     setting={config.setting}
                     updateStatus={() => {}}
                   />

--
Gitblit v1.8.0