king
2022-10-12 53b9fb93d0376eb02bb996935f1720b4e95cd897
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,