king
2022-10-12 e657b7ed2c047af4b54cbc26e5ac66cb7656dbb5
src/menu/components/share/searchcomponent/index.jsx
@@ -115,7 +115,7 @@
    this.setState({
      visible: true,
      card: card,
      formlist: getSearchForm(card, linkableFields)
      formlist: getSearchForm(card, linkableFields, [], 'header')
    })
  }
@@ -233,7 +233,7 @@
          param.rduri = window.GLOB.mainSystemApi
        }
        
        Api.getLocalConfig(param).then(result => {
        Api.genericInterface(param).then(result => {
          if (result.status) {
            this.setState({
              sqlVerifing: false,