king
2020-12-10 84804b405cb88f659d055b16eb3bd00b813ccb4a
src/tabviews/subtabtable/index.jsx
@@ -66,7 +66,7 @@
   * @description 获取页面配置信息
   */
  async loadconfig () {
    const { permAction, type } = this.props
    const { permAction, type, Tab } = this.props
    let param = {
      func: 'sPC_Get_LongParam',
@@ -225,6 +225,7 @@
      let _operations = []  // 操作列按钮(存在时)
      config.action.forEach(item => {
        item.logLabel = Tab.label + '-' + item.label // 用于sPC_TableData_InUpDe记录操作按钮
        if (item.execMode) {
          item.OpenType = 'funcbutton'
        }
@@ -594,7 +595,6 @@
                      BData={this.props.BData}
                      selectedData={selectedData}
                      MenuID={this.props.SupMenuID}
                      MenuName={this.props.Tab.label}
                      refreshdata={this.refreshbyaction}
                      getexceloutparam={this.getexceloutparam}
                    />
@@ -611,7 +611,6 @@
                    total={this.state.total}
                    MenuID={this.props.MenuID}
                    loading={this.state.loading}
                    MenuName={this.props.Tab.label}
                    refreshdata={this.refreshbytable}
                    statFValue={this.state.statFValue}
                    refreshbyaction={this.refreshbyaction}
@@ -632,7 +631,6 @@
                    data={this.state.data}
                    BData={this.props.BData}
                    loading={this.state.loading}
                    MenuName={this.props.Tab.label}
                    refreshdata={this.refreshbyaction}
                    handleTableId={() => {}}
                  />
@@ -646,7 +644,6 @@
                    config={config}
                    data={this.state.data}
                    loading={this.state.loading}
                    MenuName={this.props.Tab.label}
                  />
                </Col>
              )