king
2021-06-15 5515a793e08f2c9f0c8116960d3043f5bd32ccad
src/tabviews/zshare/mutilform/index.jsx
@@ -380,7 +380,7 @@
              _cell.Text = cell[item.valueText]
              if ((!_cell.Value && _cell.Value !== 0) || (!_cell.Text && _cell.Text !== 0)) return
            } else {
              _cell.$value = cell[item.valueField]
              _cell.$value = cell[item.cardValField]
              _cell = {..._cell, ...cell}
              if (!_cell.$value && _cell.$value !== 0) return
            }