From abd77ca3a8013ebadec10d45f3316a19724d4fc7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 23 十二月 2021 15:13:13 +0800
Subject: [PATCH] 2021-12-23

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

diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx
index 747bad8..828b097 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.jsx
+++ b/src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -683,6 +683,7 @@
           <Col key={card.uuid} className="mk-cell-btn" span={card.width}>
             <ExcelInButton
               BID={data.$$BID}
+              BData={data.$$BData || ''}
               btn={card}
               show={card.show}
               style={card.style}
@@ -696,6 +697,7 @@
           <Col key={card.uuid} className="mk-cell-btn" span={card.width}>
             <ExcelOutButton
               BID={data.$$BID}
+              BData={data.$$BData || ''}
               btn={card}
               show={card.show}
               style={card.style}
@@ -721,6 +723,7 @@
         return (
           <Col key={card.uuid} className="mk-cell-btn" span={card.width}>
             <TabButton
+              BData={data.$$BData || ''}
               btn={card}
               show={card.show}
               style={card.style}
@@ -733,6 +736,7 @@
         return (
           <Col key={card.uuid} className="mk-cell-btn" span={card.width}>
             <NewPageButton
+              BData={data.$$BData || ''}
               btn={card}
               show={card.show}
               style={card.style}
@@ -747,6 +751,7 @@
             <Col key={card.uuid} className="mk-cell-btn" span={card.width}>
               <ChangeUserButton
                 BID={data.$$BID}
+                BData={data.$$BData || ''}
                 btn={card}
                 show={card.show}
                 style={card.style}

--
Gitblit v1.8.0