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