From 1bdc70b3007d4af45917175d9ac15da9b24e9c4f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 27 七月 2023 22:09:26 +0800
Subject: [PATCH] 2023-07-27

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

diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx
index 522cc2d..63376f0 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.jsx
+++ b/src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -945,6 +945,9 @@
   
         if (data.$$type === 'extendCard') {
           _data = data.$$selectedData || []
+          if (card.Ot === 'notRequired' && _data.length === 0) {
+            _data = [data]
+          }
         } else if (card.$sync) {
           _data = this.props.syncData || []
         } else if (data.$$empty) {

--
Gitblit v1.8.0