king
2020-11-13 8190d6e5ac14616d85e3992169ecef6d99d03b76
src/tabviews/formtab/index.jsx
@@ -529,8 +529,7 @@
      } else {
        if (btn.execSuccess !== 'never') {
          let PMenu = {
            MenuID: this.props.param.parentId || '',
            position: btn.execSuccess
            MenuID: this.props.param.parentId || ''
          }
          this.props.refreshTabView(PMenu)
        }
@@ -557,7 +556,6 @@
        if (btn.execError !== 'never') {
          let PMenu = {
            MenuID: this.props.param.parentId || '',
            position: btn.execError
          }
          this.props.refreshTabView(PMenu)
        }