king
2020-05-14 eb31b84962c192de57abbb473cb4733a09bf4363
src/tabviews/zshare/topSearch/index.jsx
@@ -184,7 +184,7 @@
    this.state.searchlist.forEach((item, index) => {
      if (item.hidden) return
      if (item.type === 'text') { // 文本搜索
        fields.push(
          <Col span={item.ratio || 6} key={index}>
@@ -435,11 +435,12 @@
          _value = moment(values[key]).format('YYYY-MM')
        }
      } else if (this.state.style[key] === 'multiselect') {
        _value = values[key]
        _value = values[key] || []
      } else {
        _value = values[key].replace(/(^\s*|\s*$)/ig, '')
        _value = (values[key] || values[key] === 0) ? values[key] : ''
        _value = _value.replace(/(^\s*|\s*$)/ig, '')
      }
      search.push({