| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -49,9 +49,10 @@ const RightTop = (props) => { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        dispatch(getRoadmaintain()).then((res) => { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            setRoadmaintainList(res.payload.data.reportList.filter((item, index) => { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                return item.projectType == "road" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                || item.projectType == "countyRoad"  | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                || item.projectType == "villageRoad"  | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                || item.projectType == "rusticRoad"  | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    || item.projectType == "countyRoad" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    || item.projectType == "villageRoad" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    || item.projectType == "rusticRoad" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    || !item.projectType | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            })) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        }) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    }, []) | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |