From f895e8af9e6a393f71fec0dc26fdf1b9b6616cb4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 11 十二月 2020 18:53:04 +0800
Subject: [PATCH] 2020-12-11

---
 src/menu/components/table/normal-table/index.jsx |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/menu/components/table/normal-table/index.jsx b/src/menu/components/table/normal-table/index.jsx
index d460388..d29236f 100644
--- a/src/menu/components/table/normal-table/index.jsx
+++ b/src/menu/components/table/normal-table/index.jsx
@@ -160,22 +160,6 @@
     this.props.updateConfig(_card)
   }
 
-  addCard = () => {
-    let card = fromJS(this.state.card).toJS()
-
-    // let newcard = {
-    //   uuid: Utils.getuuid(),
-    //   setting: { width: 6, type: 'simple'},
-    //   style: {
-    //     paddingTop: '5px', paddingBottom: '5px', paddingLeft: '15px', paddingRight: '15px',
-    //   },
-    //   elements: []
-    // }
-    
-    this.setState({card})
-    this.props.updateConfig(card)
-  }
-
   addColumns = () => {
     let card = fromJS(this.state.card).toJS()
 

--
Gitblit v1.8.0