|  | @@ -641,7 +641,7 @@ export default {
 | 
											
												
													
														|  |                  // this.$emit('onTeacher')
 |  |                  // this.$emit('onTeacher')
 | 
											
												
													
														|  |                  this.$store.dispatch('delVisitedViews', this.$route)
 |  |                  this.$store.dispatch('delVisitedViews', this.$route)
 | 
											
												
													
														|  |                  this.$router.push({
 |  |                  this.$router.push({
 | 
											
												
													
														|  | -                  path: "/business/teacherList",
 |  | 
 | 
											
												
													
														|  | 
 |  | +                  path: "/teacherManager/teacherList",
 | 
											
												
													
														|  |                    query: { rules: this.Frules, search: this.Fsearch },
 |  |                    query: { rules: this.Frules, search: this.Fsearch },
 | 
											
												
													
														|  |                  });
 |  |                  });
 | 
											
												
													
														|  |                }
 |  |                }
 | 
											
										
											
												
													
														|  | @@ -659,7 +659,7 @@ export default {
 | 
											
												
													
														|  |                  } else {
 |  |                  } else {
 | 
											
												
													
														|  |                    this.$store.dispatch('delVisitedViews', this.$route)
 |  |                    this.$store.dispatch('delVisitedViews', this.$route)
 | 
											
												
													
														|  |                    this.$router.push({
 |  |                    this.$router.push({
 | 
											
												
													
														|  | -                    path: "/business/teacherList",
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    path: "/teacherManager/teacherList",
 | 
											
												
													
														|  |                      query: { rules: this.Frules, search: this.Fsearch },
 |  |                      query: { rules: this.Frules, search: this.Fsearch },
 | 
											
												
													
														|  |                    });
 |  |                    });
 | 
											
												
													
														|  |                  }
 |  |                  }
 | 
											
										
											
												
													
														|  | @@ -720,7 +720,7 @@ export default {
 | 
											
												
													
														|  |      onCancel() {
 |  |      onCancel() {
 | 
											
												
													
														|  |        this.$store.dispatch('delVisitedViews', this.$route)
 |  |        this.$store.dispatch('delVisitedViews', this.$route)
 | 
											
												
													
														|  |        this.$router.push({
 |  |        this.$router.push({
 | 
											
												
													
														|  | -        path: "/business/teacherList",
 |  | 
 | 
											
												
													
														|  | 
 |  | +        path: "/teacherManager/teacherList",
 | 
											
												
													
														|  |          query: { rules: this.Frules, search: this.Fsearch },
 |  |          query: { rules: this.Frules, search: this.Fsearch },
 | 
											
												
													
														|  |        });
 |  |        });
 | 
											
												
													
														|  |      },
 |  |      },
 |