king
2024-07-11 26799837a5ee3f75c8525dddff2ae3cb675f21bc
src/tabviews/custom/components/table/base-table/index.jsx
@@ -439,7 +439,19 @@
   * 含有初始不加载的页面,修改设置
   */
  refreshbysearch = (searches) => {
    const { config} = this.state
    const { config, BID } = this.state
    if (config.setting.supModule && !BID) {
      notification.warning({
        top: 92,
        message: window.GLOB.dict['sup_key_req'] || '需要上级主键值!',
        duration: 5
      })
      this.setState({
        search: searches
      })
      return
    }
    this.setState({
      pageIndex: 1,