king
2020-12-21 4f2e4e84fd2cdca1407ac06c1b44319518be39b9
src/tabviews/custom/components/card/table-card/index.jsx
@@ -138,7 +138,7 @@
      })
      this.setState({sync: false, data: _data})
    } else if (!is(fromJS(this.props.mainSearch), fromJS(nextProps.mainSearch))) {
    } else if (nextProps.mainSearch && !is(fromJS(this.props.mainSearch), fromJS(nextProps.mainSearch))) {
      if (config.setting.syncRefresh === 'true') {
        this.setState({}, () => {
          this.loadData()