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') }