|  |  | @ -414,8 +414,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         .then(response => { |  |  |  |         .then(response => { | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.loading = false; |  |  |  |           this.loading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |           if (response.code == 20000) { |  |  |  |           if (response.code == 20000) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             //this.list = response.data.list || []; |  |  |  |             this.list = response.data.list || []; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             this.list = []; |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             this.total = response.data.total || 0; |  |  |  |             this.total = response.data.total || 0; | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.detailList = []; |  |  |  |             this.detailList = []; | 
			
		
	
		
		
			
				
					
					|  |  |  |           } else { |  |  |  |           } else { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |