king
2021-01-20 0227c25e4ed573d3095ada3f9c9a4ba5f18b0de5
src/tabviews/scriptmanage/actionList/index.jsx
@@ -33,10 +33,6 @@
    configMap: {}
  }
  refreshdata = (item, type) => {
    this.props.refreshdata(item, type)
  }
  /**
   * @description 触发按钮操作
   */
@@ -179,7 +175,9 @@
      })
    }
    this.refreshdata(btn, 'success')
    if (btn.execSuccess !== 'never') {
      this.props.refreshdata()
    }
  }
  /**
@@ -209,8 +207,6 @@
    } else if (res.ErrCode === 'NM') {
      message.error(res.message || res.ErrMesg)
    }
    this.refreshdata(btn, 'error')
  }