king
2023-07-27 1bdc70b3007d4af45917175d9ac15da9b24e9c4f
2023-07-27
1个文件已修改
3 ■■■■■ 已修改文件
src/tabviews/custom/components/card/cardcellList/index.jsx 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) {