| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -26,7 +26,8 @@ async function handleSubmit() { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  try { | 
					 | 
					 | 
					 | 
					  try { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    const values = await validate() | 
					 | 
					 | 
					 | 
					    const values = await validate() | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    setModalProps({ confirmLoading: true }) | 
					 | 
					 | 
					 | 
					    setModalProps({ confirmLoading: true }) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    const res = getAreaByIp(values.ip) | 
					 | 
					 | 
					 | 
					    console.info(values) | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    const res = await getAreaByIp(values.ip) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    if (res) { | 
					 | 
					 | 
					 | 
					    if (res) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      values.result = res | 
					 | 
					 | 
					 | 
					      values.result = res | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      setFieldsValue({ ...values }) | 
					 | 
					 | 
					 | 
					      setFieldsValue({ ...values }) | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |