|  | @@ -192,8 +192,6 @@ export default defineComponent({
 | 
	
		
			
				|  |  |      };
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      const onChangeManage = async () => {
 | 
	
		
			
				|  |  | -      console.log('111');
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |        data.messageLoading = true;
 | 
	
		
			
				|  |  |        try {
 | 
	
		
			
				|  |  |          await updateAdmin({
 | 
	
	
		
			
				|  | @@ -260,6 +258,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |          await api_schoolUpdate({ ...user.info.schoolInfos?.[0], ...forms });
 | 
	
		
			
				|  |  |          data.schoolLoading = true;
 | 
	
		
			
				|  |  |          message.success('修改成功');
 | 
	
		
			
				|  |  | +        await user.getInfo();
 | 
	
		
			
				|  |  |          data.disabled = true;
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |      };
 |