src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
@@ -148,18 +148,16 @@ } if (item.type === 'group') { let copy = fromJS(item).toJS() copy.key = search.datefield item.value = `@${search.field}@` item.match = '=' copy.key = search.datefield copy.type = 'daterange' copy.match = 'between' copy.value = [`@${search.datefield}@`, `@${search.datefield}1@`] if (search.transfer === 'true') { newsearches.push(item) } newsearches.push(item) newsearches.push(copy) return } else if (item.type === 'dateweek') {