Commit d35f9dc0 authored by dahai's avatar dahai

自动复核

parent 69ed6d6b
......@@ -114,7 +114,9 @@ angular.module('AvatarCheck.autoCheck', ['ngRoute', 'AvatarCheck.http', 'tm.pagi
if(angular.isUndefined($scope.policeCardsList)){
$scope.searchReceitpListByIdCard(postData.idCard)
}else{
if($scope.policeCardsList==1){
if($scope.policeCardsList.length==0){
$scope.policeCardsList=undefined;
}else if($scope.policeCardsList.length==1){
$scope.checkSame($scope.policeCardsList[0].RECEIPT_ID)
}else{
if(cardArr[0]==cardArr[1]){
......
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