king
7 天以前 a1e9b18a4dbfd21e1bf4d5cb60974ac2f0115efd
src/tabviews/zshare/mutilform/mkPopSelect/index.jsx
@@ -61,6 +61,7 @@
    })
    let placeholder = ''
    let searchKey = ''
    if (!config.searchKey) {
      config.onload = 'true'
    } else {
@@ -74,6 +75,11 @@
      })
      placeholder = placeholder ? placeholder.join('、') : ''
      if (value && !config.showValue) {
        searchKey = value
        config.onload = 'true'
      }
    }
    this.state = {
@@ -84,7 +90,7 @@
      showValue: config.showValue,
      placeholder,
      arr_field: arrfield.join(','),
      searchKey: '',
      searchKey: searchKey,
      pageIndex: 1,
      pageSize: 10,
      orderBy: '',
@@ -354,10 +360,10 @@
        config.tabUuid && MKEmitter.emit('mkFC', 'focus', config.tabUuid)
        if (config.subFields) {
          setTimeout(() => {
            this.props.onSubmit(config.tabUuid)
            this.props.onSubmit(config.tabUuid, config.errTabUuid)
          }, 1000)
        } else {
          this.props.onSubmit(config.tabUuid)
          this.props.onSubmit(config.tabUuid, config.errTabUuid)
        }
      }
    })