| 
					
				 | 
			
			
				@@ -79,6 +79,7 @@ function audit(id, process, url) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (!flag) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             i++;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            flag = true;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $.getJSON(url, {id:id,process:process}, function(t)
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (t.status == 2) {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -86,8 +87,6 @@ function audit(id, process, url) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     showAlert(t.msg, false, '错误提示');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     return; 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } else {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    // 修改标志位
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    flag = true;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     msg(t);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     layer.close(index);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     //location.reload();
 
			 |