king
2023-08-30 d59400c6629f0de2e5aee5921dc0bb2cb0d853fc
src/tabviews/custom/components/table/base-table/index.jsx
@@ -264,6 +264,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) || []
@@ -380,6 +385,8 @@
  getStatFieldsValue = () => {
    const { setting, config, search, BID, orderBy } = this.state
    if (!config.statFields) return
    if (setting.supModule && !BID) { // BID 不存在时,不做查询
      this.setState({
        statFValue: []