Change the message when create or update consumer monitor (#467)

This commit is contained in:
iapplejohn
2019-12-05 09:57:33 +08:00
committed by Heng Du
parent e11cc77040
commit 6df49d0b5e

View File

@@ -283,7 +283,7 @@ module.controller('consumerMonitorDialogController', function ($scope, ngDialog,
maxDiffTotal:$scope.ngDialogData.data.maxDiffTotal}
}).success(function (resp) {
if(resp.status ==0){
Notification.info({message: "delete success!", delay: 2000});
Notification.info({message: "update success!", delay: 2000});
}else {
Notification.error({message: resp.errMsg, delay: 2000});
}