king
2020-02-25 0c86e5e2eaf907dfcb63aea13e6efac3ccc52cce
src/tabviews/subtable/index.jsx
@@ -288,6 +288,15 @@
    
    if (type === 'refresh') {
      _BID = bid
      if (!bid) { // 主表ID不存在时,不查询子表
        this.setState({
          data: [],
          total: 0,
          loading: false
        })
        return
      }
    }
    if (setting.interType !== 'inner' || (setting.interType === 'inner' && setting.innerFunc)) {