Commit adfbb745 authored by liboyang's avatar liboyang

去除弹框

parent d71b65d6
......@@ -223,9 +223,6 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
}
console.log(map)
HttpService.createTask(map,function(data){
console.log(data)
MessageService.showAlert(data.msg)
console.log($scope.searchCurrent)
$scope.searchCurrent();
$scope.selected=[];
$rootScope.selectCount=[];
......
......@@ -163,7 +163,6 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
console.log(json)
HttpService.updateTaskListProcess(json,function(data){
$scope.searchTaskList();
MessageService.showAlert("下发完成")
$scope.selected=[];
$rootScope.closeThis();
})
......
......@@ -210,7 +210,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console.log(json)
HttpService.updatePrintTaskListProcess(json,function(data){
$scope.searchTaskList();
MessageService.showAlert("转出完成")
$scope.selected=[];
$rootScope.closeThis();
})
......@@ -381,7 +380,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console.log(json)
HttpService.updateTaskListProcess(json,function(data){
$scope.searchTaskList();
MessageService.showAlert("转出完成")
$scope.selected=[];
$rootScope.closeThis();
})
......@@ -547,7 +545,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console.log(json)
HttpService.updateTaskListProcess(json,function(data){
$scope.searchTaskList();
MessageService.showAlert("转出完成")
$scope.selected=[];
$rootScope.closeThis();
})
......@@ -714,7 +711,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console.log(json)
HttpService.updateTaskListProcess(json,function(data){
$scope.searchTaskList();
MessageService.showAlert("转出完成")
$scope.selected=[];
$rootScope.closeThis();
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment