king
2024-01-06 920e94fc5483b081b3d43c86df8f56d838f2f14d
src/tabviews/zshare/topSearch/mkSelect/index.jsx
@@ -47,10 +47,12 @@
        options: fromJS(nextProps.config.options).toJS()
      })
      if (config.$first && nextProps.config.initval) {
      if (config.type !== 'multiselect') {
        this.setState({
          value: nextProps.config.initval
        })
        this.props.onChange(nextProps.config.initval, true)
      }
    }
  }