|  | @@ -573,7 +573,7 @@ export default {
 | 
	
		
			
				|  |  |          parammaps: {
 | 
	
		
			
				|  |  |            startTime: startTime,
 | 
	
		
			
				|  |  |            endTime: endTime,
 | 
	
		
			
				|  |  | -          pastureName: this.pastureName.toString(),
 | 
	
		
			
				|  |  | +          pastureName: this.getdataListParm.parammaps.pastureName || Cookies.get('pasturename'),
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        GetReportform(datas).then(response => {
 | 
	
	
		
			
				|  | @@ -1028,6 +1028,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      changePastureName(item) {
 | 
	
		
			
				|  |  |        this.getDepartParam.parammaps.pastureId = this.findAllPasture.find(obj => obj.name == item).id
 | 
	
		
			
				|  |  | +      this.getdataListParm.parammaps.pastureName = item
 | 
	
		
			
				|  |  |        this.getdataListParm.parammaps.deptName = ''
 | 
	
		
			
				|  |  |        this.getDepartDownList()
 | 
	
		
			
				|  |  |      },
 |