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