king
2021-08-31 72419e2f826031a158173f46d723a672064e37cd
src/tabviews/custom/components/group/normal-group/index.jsx
@@ -102,7 +102,7 @@
   * @description 主表数据加载
   */ 
  loadmaindata = (params) => {
    let param = getStructuredParams(params, this.props.config)
    let param = getStructuredParams(params, this.props.config, this.props.BID || '')
    Api.getLocalConfig(param).then(result => {
      if (result.status) {