king
2023-01-02 b99ce8c40845653c2459dbf1d758ebead03f9183
src/tabviews/zshare/mutilform/index.jsx
@@ -732,6 +732,12 @@
            _cell.$value = cell[item.cardValField]
            _cell = {..._cell, ...cell}
            if (item.urlField) {
              _cell.$url = cell[item.urlField] || ''
            } else if (item.colorField) {
              _cell.$color = cell[item.colorField] || ''
            }
            if (map.has(_cell.ParentID + _cell.$value)) return
            
            map.set(_cell.ParentID + _cell.$value, 0)