king
2021-02-02 316877c1d9e5b6d92334f30b03d97d7e833cd934
src/tabviews/scriptmanage/actionList/index.jsx
@@ -33,10 +33,6 @@
    configMap: {}
  }
  refreshdata = (item, type) => {
    this.props.refreshdata(item, type)
  }
  /**
   * @description 触发按钮操作
   */
@@ -124,8 +120,6 @@
      LText: values.LongParam
    }
    param.LText = window.btoa(window.encodeURIComponent(JSON.stringify(param.LText)))
    if (btn.sqlType === 'delete') {
      param.LText = window.GLOB.appkey || ''
      param.Remark = ''
@@ -179,7 +173,9 @@
      })
    }
    this.refreshdata(btn, 'success')
    if (btn.execSuccess !== 'never') {
      this.props.refreshdata()
    }
  }
  /**
@@ -209,8 +205,6 @@
    } else if (res.ErrCode === 'NM') {
      message.error(res.message || res.ErrMesg)
    }
    this.refreshdata(btn, 'error')
  }