Commit adfbb745 authored by liboyang's avatar liboyang

去除弹框

parent d71b65d6
...@@ -223,9 +223,6 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm ...@@ -223,9 +223,6 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
} }
console.log(map) console.log(map)
HttpService.createTask(map,function(data){ HttpService.createTask(map,function(data){
console.log(data)
MessageService.showAlert(data.msg)
console.log($scope.searchCurrent)
$scope.searchCurrent(); $scope.searchCurrent();
$scope.selected=[]; $scope.selected=[];
$rootScope.selectCount=[]; $rootScope.selectCount=[];
......
...@@ -163,7 +163,6 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p ...@@ -163,7 +163,6 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
console.log(json) console.log(json)
HttpService.updateTaskListProcess(json,function(data){ HttpService.updateTaskListProcess(json,function(data){
$scope.searchTaskList(); $scope.searchTaskList();
MessageService.showAlert("下发完成")
$scope.selected=[]; $scope.selected=[];
$rootScope.closeThis(); $rootScope.closeThis();
}) })
......
...@@ -210,7 +210,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http']) ...@@ -210,7 +210,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console.log(json) console.log(json)
HttpService.updatePrintTaskListProcess(json,function(data){ HttpService.updatePrintTaskListProcess(json,function(data){
$scope.searchTaskList(); $scope.searchTaskList();
MessageService.showAlert("转出完成")
$scope.selected=[]; $scope.selected=[];
$rootScope.closeThis(); $rootScope.closeThis();
}) })
...@@ -381,7 +380,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http']) ...@@ -381,7 +380,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console.log(json) console.log(json)
HttpService.updateTaskListProcess(json,function(data){ HttpService.updateTaskListProcess(json,function(data){
$scope.searchTaskList(); $scope.searchTaskList();
MessageService.showAlert("转出完成")
$scope.selected=[]; $scope.selected=[];
$rootScope.closeThis(); $rootScope.closeThis();
}) })
...@@ -547,7 +545,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http']) ...@@ -547,7 +545,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console.log(json) console.log(json)
HttpService.updateTaskListProcess(json,function(data){ HttpService.updateTaskListProcess(json,function(data){
$scope.searchTaskList(); $scope.searchTaskList();
MessageService.showAlert("转出完成")
$scope.selected=[]; $scope.selected=[];
$rootScope.closeThis(); $rootScope.closeThis();
}) })
...@@ -714,7 +711,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http']) ...@@ -714,7 +711,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console.log(json) console.log(json)
HttpService.updateTaskListProcess(json,function(data){ HttpService.updateTaskListProcess(json,function(data){
$scope.searchTaskList(); $scope.searchTaskList();
MessageService.showAlert("转出完成")
$scope.selected=[]; $scope.selected=[];
$rootScope.closeThis(); $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