king
2020-12-21 4f2e4e84fd2cdca1407ac06c1b44319518be39b9
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -142,7 +142,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.wrap.datatype !== 'static' && config.setting.syncRefresh === 'true') {
        this.setState({}, () => {
          this.loadData()