|  | @@ -88,9 +88,8 @@ async function fetchFilteredData() {
 | 
	
		
			
				|  |  |    processFilterSingle(platformNumberList.value, 'platformNumber');
 | 
	
		
			
				|  |  |    processFilterSingle(platformNameList.value, 'platformName');
 | 
	
		
			
				|  |  |    processFilterSingle(operationList.value, 'operater');
 | 
	
		
			
				|  |  | -  processFilterMultiple(countryList, 'country', 'countries');
 | 
	
		
			
				|  |  | +  processFilterMultiple(countryList, 'country', 'countrys');
 | 
	
		
			
				|  |  |    processFilterMultiple(brandNameList, 'brandName', 'brandNames');
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |    if (usersList.value.length > 0) {
 | 
	
		
			
				|  |  |      filters.users = usersList.value.join(',');
 | 
	
		
			
				|  |  |    }
 |