| 
					
				 | 
			
			
				@@ -343,6 +343,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         musicGroupName: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         isVisit: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         userComment: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        schoolStaffAuditReason: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       isManage: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       isDisabled: false, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -405,7 +406,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.quitForm.reason = res.data.reason; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.quitForm.id = res.data.id; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.quitForm.reasonEnum = res.data.reasonEnum; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          this.quitForm.schoolStaffAuditReason = res.data.schoolStaffAuditReason; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.quitForm = { ...this.quitForm, ...res.data.returnFeeDto }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          console.log(this.quitForm, "this.quitForm"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.quitVisible = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$message.error(res.msg); 
			 |