king
2019-12-31 46f59e30133c25f1f01074b1c92445f9e85b8c98
src/tabviews/tableshare/actionList/index.jsx
@@ -117,6 +117,9 @@
    }
  }
  /**
   * @description 按钮提交执行
   */
  execSubmit = (btn, data, _resolve, formdata) => {
    const { setting } = this.props
    if (btn.intertype === 'inner') {
@@ -828,7 +831,7 @@
    if (this.props.setting.actionfixed && this.props.type === 'main') { // 按钮是否固定在头部
      return (
        <Affix offsetTop={48}>
          <div className="button-list" id={this.props.MenuID + 'mainaction'}>
          <div className="button-list toolbar-button" id={this.props.MenuID + 'mainaction'}>
            {this.props.actions.map((item, index) => {
              if (loadingUuid === item.uuid) {
                return (
@@ -858,7 +861,7 @@
      )
    } else {
      return (
        <div className="button-list">
        <div className="button-list toolbar-button">
          {this.props.actions.map((item, index) => {
            if (loadingUuid === item.uuid) {
              return (