|
@@ -4198,14 +4198,16 @@ function ($rootScope, $scope, $state, $translate, $localStorage, $cookieStore, $
|
4198
|
4198
|
|
4199
|
4199
|
// 处理人/处理组加责任科室搜索
|
4200
|
4200
|
$scope.userAndGroupSearch = function(){
|
4201
|
|
- if($scope.incidentModel.assign == 0){
|
4202
|
|
- $scope.jry_userSearch();
|
4203
|
|
- $scope.jry_groupSearch();
|
4204
|
|
- }else if($scope.incidentModel.assign == 1){
|
4205
|
|
- $scope.jry_userSearch();
|
4206
|
|
- }else if($scope.incidentModel.assign == 2){
|
4207
|
|
- $scope.jry_groupSearch();
|
4208
|
|
- }
|
|
4201
|
+ $scope.jry_userSearch();
|
|
4202
|
+ $scope.jry_groupSearch();
|
|
4203
|
+ // if($scope.incidentModel.assign == 0){
|
|
4204
|
+ // $scope.jry_userSearch();
|
|
4205
|
+ // $scope.jry_groupSearch();
|
|
4206
|
+ // }else if($scope.incidentModel.assign == 1){
|
|
4207
|
+ // $scope.jry_userSearch();
|
|
4208
|
+ // }else if($scope.incidentModel.assign == 2){
|
|
4209
|
+ // $scope.jry_groupSearch();
|
|
4210
|
+ // }
|
4209
|
4211
|
}
|
4210
|
4212
|
// 回显处理人或组
|
4211
|
4213
|
$scope.showUserOrGroup = function(){
|