| 
					
				 | 
			
			
				@@ -341,8 +341,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 查询汇总充值金额 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       listCZXFData(query).then((response) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (response.data!=null ) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          if (response.data.amt) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.infoFrom.czAmt = response.data.amt; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          if (response.data.czAmt) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.infoFrom.czAmt = response.data.czAmt; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.infoFrom.czAmt = 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 |