| 
					
				 | 
			
			
				@@ -145,7 +145,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		this.$refs.pageRef.refreshList() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	selectable(row, index) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	  return !["NO"].includes(Object.entries(row.selectMapData.status).find(([key, val]) => val == row.status)?.[0]) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	  return ["NO"].includes(Object.entries(row.selectMapData.status).find(([key, val]) => val == row.status)?.[0]) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 列表请求函数 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     getList(p,cb) { 
			 |