|  | @@ -96,7 +96,7 @@ async function fetchData() {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  		const resp = await getTableData(params);
 | 
	
		
			
				|  |  |  		gridOptions.data = resp.data;
 | 
	
		
			
				|  |  | -		console.log("=>(monthlyRating.vue:121) gridOptions.data", gridOptions.data);
 | 
	
		
			
				|  |  | +		console.log("=>(MonthlyRating.vue:121) gridOptions.data", gridOptions.data);
 | 
	
		
			
				|  |  |  		gridOptions.pagerConfig.total = resp.total;
 | 
	
		
			
				|  |  |  	} catch (error) {
 | 
	
		
			
				|  |  |  		console.log(error);
 | 
	
	
		
			
				|  | @@ -151,10 +151,10 @@ function headerStyle() {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  watch(asinMonthDate, (newVal) => {
 | 
	
		
			
				|  |  |  		const date = dayjs(newVal).startOf('month').format('YYYY-MM-DD');
 | 
	
		
			
				|  |  | -		console.log("=>(monthlyRating.vue:180) date", date);
 | 
	
		
			
				|  |  | +		console.log("=>(MonthlyRating.vue:180) date", date);
 | 
	
		
			
				|  |  |  		if (date !== asinMonthDate.value) {
 | 
	
		
			
				|  |  |  			asinMonthDate.value = date;
 | 
	
		
			
				|  |  | -			console.log("=>(monthlyRating.vue:183) asinMonthDate.value", asinMonthDate.value);
 | 
	
		
			
				|  |  | +			console.log("=>(MonthlyRating.vue:183) asinMonthDate.value", asinMonthDate.value);
 | 
	
		
			
				|  |  |  			fetchData();
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  	}
 |