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)