| 
					
				 | 
			
			
				@@ -3,7 +3,6 @@ import { message, Button } from 'antd' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { connect, useRequest } from 'umi' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { addAccount, updateAccount } from '@/services/api/institution' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { BaseMenuEnum } from '@/pages/Schema/Base' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import type { SchemaBaseModelState } from '@/pages/Schema/Base/model' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import type { ConnectProps } from 'umi' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import type { InstitutionsModelState } from '../../model' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { ModalType } from '@/utils/enum' 
			 |