| 
														
															@@ -865,7 +865,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }; 
														 | 
														
														 | 
														
															     }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   components: { 
														 | 
														
														 | 
														
															   components: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    pagination 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    pagination, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    Tooltip 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   created () { 
														 | 
														
														 | 
														
															   created () { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     // 判断是否带缓存参数 
														 | 
														
														 | 
														
															     // 判断是否带缓存参数 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1295,17 +1296,19 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.quitVisible = true; 
														 | 
														
														 | 
														
															       this.quitVisible = true; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     quieTeam (row) { 
														 | 
														
														 | 
														
															     quieTeam (row) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      this.$confirm("确定退团?", "提示", { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.$prompt("请输入退团原因", "提示", { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         confirmButtonText: "确定", 
														 | 
														
														 | 
														
															         confirmButtonText: "确定", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         cancelButtonText: "取消", 
														 | 
														
														 | 
														
															         cancelButtonText: "取消", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        type: "warning" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        type: "warning", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        inputPattern: /\S/, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        inputErrorMessage: '请输入退团原因', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }) 
														 | 
														
														 | 
														
															       }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        .then(() => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        .then((val) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           // 发请求 退团 
														 | 
														
														 | 
														
															           // 发请求 退团 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           StudentQuit({ 
														 | 
														
														 | 
														
															           StudentQuit({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             musicGroupId: this.teamid, 
														 | 
														
														 | 
														
															             musicGroupId: this.teamid, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             userId: row.userId, 
														 | 
														
														 | 
														
															             userId: row.userId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            reason: '', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            reason: val.value, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             isRefundCourseFee: false, 
														 | 
														
														 | 
														
															             isRefundCourseFee: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             isRefundInstrumentFee: false, 
														 | 
														
														 | 
														
															             isRefundInstrumentFee: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             isRefundTeachingAssistantsFee: false 
														 | 
														
														 | 
														
															             isRefundTeachingAssistantsFee: false 
														 |