king
2023-12-14 0eb129a9beddbb86ae74d7106a8e60823206b8d5
src/tabviews/zshare/topSearch/mkSelect/index.jsx
@@ -46,6 +46,12 @@
        config: fromJS(nextProps.config).toJS(),
        options: fromJS(nextProps.config.options).toJS()
      })
      if (config.$first && nextProps.config.initval) {
        this.setState({
          value: nextProps.config.initval
        })
      }
    }
  }