From 0f75cd54d62aa6d623ff024ca787c85a578a5f38 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 15 九月 2020 11:09:40 +0800
Subject: [PATCH] 2020-09-15

---
 src/menu/components/chart/antv-bar/index.jsx |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/menu/components/chart/antv-bar/index.jsx b/src/menu/components/chart/antv-bar/index.jsx
index 417665f..d6c61c0 100644
--- a/src/menu/components/chart/antv-bar/index.jsx
+++ b/src/menu/components/chart/antv-bar/index.jsx
@@ -20,15 +20,12 @@
   static propTpyes = {
     config: PropTypes.object,
     card: PropTypes.object,
-    editId: PropTypes.any,
-    triggerEdit: PropTypes.func,
     updateConfig: PropTypes.func,
   }
 
   state = {
     dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
-    card: null,
-    visible: true
+    card: null
   }
 
   UNSAFE_componentWillMount () {
@@ -81,6 +78,7 @@
       let _card = {
         uuid: card.uuid,
         type: card.type,
+        floor: card.floor,
         format: 'array',   // 缁勪欢灞炴�� - 鏁版嵁鏍煎紡
         pageable: false,   // 缁勪欢灞炴�� - 鏄惁鍙垎椤�
         switchable: false, // 缁勪欢灞炴�� - 鏁版嵁鏄惁鍙垏鎹�

--
Gitblit v1.8.0