|  | @@ -604,7 +604,7 @@ export default {
 | 
	
		
			
				|  |  |      // },
 | 
	
		
			
				|  |  |      goBack() {
 | 
	
		
			
				|  |  |        let query = this.$route.query;
 | 
	
		
			
				|  |  | -      if (query.type == "resetTeam") {
 | 
	
		
			
				|  |  | +      if (query.type == "resetTeam" || query.type == 'look') {
 | 
	
		
			
				|  |  |          this.$store.dispatch("delVisitedViews", this.$route);
 | 
	
		
			
				|  |  |          this.$router.push({
 | 
	
		
			
				|  |  |            path: "/business/resetTeaming",
 |