king
2023-10-18 c5e5a7580632bc39a9e0c78d548f22a8be5f2019
src/tabviews/custom/components/table/edit-table/index.jsx
@@ -303,6 +303,11 @@
  async loadmainLinedata (id) {
    const { setting, config, search, orderBy, BID, pageIndex, pageSize, BData } = this.state
    if (config.forbidLine) {
      this.reloadtable()
      return
    }
    let searches = fromJS(search).toJS()
    if (config.setting.useMSearch) { // 主表搜索条件
      let mainSearch = window.GLOB.SearchBox.get(config.$searchId) || []