|
@@ -976,6 +976,8 @@ var vNode = {
|
|
|
loading.clear()
|
|
|
if (res.data === 'success' || res.data.status) {
|
|
|
_this.entInfo.follow = !_this.entInfo.follow
|
|
|
+ } else {
|
|
|
+ return _this.showToast(res.error_msg || '监控失败')
|
|
|
}
|
|
|
if(_this.entInfo.follow) {
|
|
|
_this.pointsTaskSuccessTip()
|