|  | @@ -585,9 +585,8 @@ export default {
 | 
	
		
			
				|  |  |      getRow2PastureList() {
 | 
	
		
			
				|  |  |        this.row2.chart1.pasture.listLoading = true
 | 
	
		
			
				|  |  |        let url = "authdata/pasture/index"
 | 
	
		
			
				|  |  | -      let data = {
 | 
	
		
			
				|  |  | -        pastureName:this.row3.chart4.getdataListParm.parammaps.pastureName
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | +      let data = '?pastureName=' + this.row3.chart4.getdataListParm.parammaps.pastureName
 | 
	
		
			
				|  |  | +      
 | 
	
		
			
				|  |  |        getJson(url,data).then(response => {
 | 
	
		
			
				|  |  |          if (response.data.list !== null) {
 | 
	
		
			
				|  |  |            this.row2.chart1.pasture.list.monthBudgets = response.data.budget
 |