| 
					
				 | 
			
			
				@@ -342,10 +342,8 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         forms.isRegister === 'update' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         otherParams.showOtherMessage = `您已绑定【${ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          forms.details.name || '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        }】,提交后将更换到【${ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          forms.studentItem?.schoolName 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        }】,是否确认提交?`; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          forms.studentItem?.schoolName || '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        }】,提交后将更换到【${forms.details.name || ''}】,是否确认提交?`; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         otherParams.showOtherSchool = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         otherParams.showCancelButton = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         otherParams.showCloseButton = false; 
			 |