king
2025-01-21 c0a3c9ee271d5876f4259d8f72681dc7b34261ff
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: '',
@@ -122,8 +128,8 @@
    })
    let param = null
    if (window.backend && window.GLOB.CacheData.has('sql_' + config.uuid)) {
      let ex = window.GLOB.CacheData.get('sql_' + config.uuid)
    if (window.backend && window.GLOB.CacheData.has('sql_' + config.formSqlId)) {
      let ex = window.GLOB.CacheData.get('sql_' + config.formSqlId)
      let sysvals = {
        time_id: Utils.getguid(),
        mk_departmentcode: sessionStorage.getItem('departmentcode') || '',