|  | @@ -240,7 +240,7 @@ export default {
 | 
	
		
			
				|  |  |        statistics(this.queryParams).then(response => {
 | 
	
		
			
				|  |  |            this.doDates = response.data.doDates;
 | 
	
		
			
				|  |  |            this.unDoDates = response.data.unDoDates;
 | 
	
		
			
				|  |  | -          this.unDoDates = response.data.halfDoDates;
 | 
	
		
			
				|  |  | +          this.halfDoDates = response.data.halfDoDates;
 | 
	
		
			
				|  |  |            this.loading = false;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        ).catch((err) => {
 | 
	
	
		
			
				|  | @@ -248,7 +248,6 @@ export default {
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |        rateData(this.queryParams).then(response => {
 | 
	
		
			
				|  |  |            this.rateData = response.data;
 | 
	
		
			
				|  |  | -          console.log(123, this.rateData);
 | 
	
		
			
				|  |  |            this.loading = false;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        ).catch((err) => {
 |