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