king
2022-01-05 0ec7b514e432dfaac4919a4f02ba144d382a4f6e
src/tabviews/custom/components/table/normal-table/index.jsx
@@ -171,7 +171,7 @@
    const { mainSearch } = this.props
    const { setting, config, arr_field, search, orderBy, BID, pageIndex, pageSize, BData } = this.state
    if (setting.supModule && !BID) { // BID 不存在时,不做查询
    if (setting.supModule && !BID && setting.supKey !== 'false') { // BID 不存在时,不做查询
      this.setState({
        data: [],
        selectedData: [],
@@ -340,7 +340,7 @@
    const { mainSearch } = this.props
    const { setting, config, search, BID, orderBy } = this.state
    if (setting.supModule && !BID) { // BID 不存在时,不做查询
    if (setting.supModule && !BID && setting.supKey !== 'false') { // BID 不存在时,不做查询
      this.setState({
        statFValue: []
      })