king
2019-12-03 343e35d61733028e884bc60963183983154ca093
src/tabviews/commontable/mainSearch/index.jsx
@@ -216,7 +216,7 @@
        search.push({
          type: this.state.style[key],
          key: key,
          value: values[key],
          value: values[key].replace(/(^\s*|\s*$)/ig, ''),
          match: this.state.match[key]
        })
      }