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