From e2afee71874538e31ed57032e3ad1bba1188ab4b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 20 十月 2022 15:31:41 +0800
Subject: [PATCH] 2022-10-20

---
 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 058b831..8f2791a 100644
--- a/src/tabviews/zshare/chartcomponent/index.jsx
+++ b/src/tabviews/zshare/chartcomponent/index.jsx
@@ -15,7 +15,6 @@
 class LineChart extends Component {
   static propTpyes = {
     BID: PropTypes.any,              // 鐖剁骇Id
-    Tab: PropTypes.any,              // 鏍囩淇℃伅
     plot: PropTypes.object,          // 鍥炬爣璁剧疆淇℃伅
     data: PropTypes.array,           // 鍥捐〃浼犲叆鏁版嵁
     loading: PropTypes.bool,         // 鏁版嵁鍔犺浇涓�
@@ -1053,7 +1052,7 @@
   }
 
   render() {
-    const { plot, loading, config, BID, Tab } = this.props
+    const { plot, loading, config, BID } = this.props
     const { empty, chartFields, selectFields, actions } = this.state
 
     return (
@@ -1084,7 +1083,6 @@
                   <ExcelOutButton
                     key={item.uuid}
                     BID={BID}
-                    Tab={Tab}
                     btn={item}
                     show="icon"
                     setting={config.setting}
@@ -1095,7 +1093,6 @@
                   <ExcelInButton
                     key={item.uuid}
                     BID={BID}
-                    Tab={Tab}
                     btn={item}
                     show="icon"
                     setting={config.setting}

--
Gitblit v1.8.0