From da7068bd48791cdee966c786ce0dfd46f6e03df9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 08 一月 2021 19:02:24 +0800
Subject: [PATCH] 2021-01-08

---
 src/tabviews/custom/components/card/cardcellList/index.jsx |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx
index ed89792..961b02b 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.jsx
+++ b/src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -31,7 +31,6 @@
     cardCell: PropTypes.object,
     data: PropTypes.object,
     elements: PropTypes.array,       // 鍏冪礌闆�
-    updateStatus: PropTypes.func,    // 鐘舵�佹洿鏂�
   }
 
   state = {
@@ -544,7 +543,6 @@
                 setting={cards.setting}
                 columns={cards.columns}
                 selectedData={[data]}
-                updateStatus={this.props.updateStatus}
               />
             </div>
           </Col>
@@ -560,7 +558,6 @@
                 style={card.btnstyle}
                 setting={cards.setting}
                 selectedData={[data]}
-                updateStatus={this.props.updateStatus}
               />
             </div>
           </Col>
@@ -575,7 +572,6 @@
                 show={card.show}
                 style={card.btnstyle}
                 setting={cards.setting}
-                updateStatus={this.props.updateStatus}
               />
             </div>
           </Col>
@@ -591,7 +587,6 @@
                 style={card.btnstyle}
                 setting={cards.setting}
                 selectedData={[data]}
-                updateStatus={this.props.updateStatus}
               />
             </div>
           </Col>
@@ -606,7 +601,6 @@
                 style={card.btnstyle}
                 setting={cards.setting}
                 selectedData={[data]}
-                updateStatus={this.props.updateStatus}
               />
             </div>
           </Col>
@@ -621,7 +615,6 @@
                 style={card.btnstyle}
                 setting={cards.setting}
                 selectedData={[data]}
-                updateStatus={this.props.updateStatus}
               />
             </div>
           </Col>
@@ -638,7 +631,6 @@
                   style={card.btnstyle}
                   setting={cards.setting}
                   selectedData={[data]}
-                  updateStatus={this.props.updateStatus}
                 />
               </div>
             </Col>
@@ -654,7 +646,6 @@
                   style={card.btnstyle}
                   setting={cards.setting}
                   selectedData={[data]}
-                  updateStatus={this.props.updateStatus}
                 />
               </div>
             </Col>

--
Gitblit v1.8.0