| 
					
				 | 
			
			
				@@ -181,7 +181,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       watherParameter: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         current: 1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         size: 5, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        buyerUserId: "" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // buyerUserId: "" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        acquirerId:"" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       watherFlag: true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -323,7 +324,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     async getWatherTable(id) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.watherFlag = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       //  获取流水表格数据 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.watherParameter.buyerUserId = id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.watherParameter.acquirerId = id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let res = await getWaterRecord(this.watherParameter) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.waterData = res.data.records 
			 |