king
2021-06-26 bfadd84fbc2b23c59695e5a94778ab7ac40fea03
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') {