| 
														
															@@ -176,11 +176,10 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   data() { 
														 | 
														
														 | 
														
															   data() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     return { 
														 | 
														
														 | 
														
															     return { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       searchForm: { 
														 | 
														
														 | 
														
															       searchForm: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        student: "", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        search: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         organId: "", 
														 | 
														
														 | 
														
															         organId: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        visiterType: "", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        isVisit: "", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        visitCycle: "", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        visitFlag: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        month: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }, 
														 | 
														
														 | 
														
															       }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															       visitChiose: visitChiose1, 
														 | 
														
														 | 
														
															       visitChiose: visitChiose1, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -219,6 +218,9 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     if (this.$route.query.typeList && this.$route.query.typeList.length > 0) { 
														 | 
														
														 | 
														
															     if (this.$route.query.typeList && this.$route.query.typeList.length > 0) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.searchForm.typeList = this.$route.query.typeList; 
														 | 
														
														 | 
														
															       this.searchForm.typeList = this.$route.query.typeList; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    if(!this.searchForm.month){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.searchForm.month = this.$helpers.dayjs().format("YYYY-MM"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     this.getList(); 
														 | 
														
														 | 
														
															     this.getList(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     if (this.$route.query.search || this.$route.query.timer) { 
														 | 
														
														 | 
														
															     if (this.$route.query.search || this.$route.query.timer) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       // console.log( ) 
														 | 
														
														 | 
														
															       // console.log( ) 
														 |