src/tabviews/zshare/topSearch/index.jsx
@@ -601,11 +601,11 @@ } if (item.linkField) { _item.ParentID = cell[item.linkField] _item.ParentID = cell[item.linkField] + '' } if (item.type !== 'checkcard') { _item.Value = cell[item.valueField] _item.Value = cell[item.valueField] + '' _item.Text = cell[item.valueText] + '' if (map.has(_item.ParentID + _item.Value)) return @@ -620,7 +620,7 @@ map.set(_item.ParentID + _item.Value, 0) } else { _item.$value = cell[item.cardValField] _item.$value = cell[item.cardValField] + '' _item = {..._item, ...cell} if (item.urlField) {