|  | @@ -762,6 +762,7 @@ export default {
 | 
	
		
			
				|  |  |          // 如果是新建团
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          let sotrage = JSON.parse(localStorage.getItem(`newTeambase`));
 | 
	
		
			
				|  |  | +        console.log(sotrage,this.topFrom)
 | 
	
		
			
				|  |  |          sotrage ? (this.topFrom = sotrage) : this.topFrom;
 | 
	
		
			
				|  |  |          if (this.topFrom?.section) {
 | 
	
		
			
				|  |  |            // 获取员工
 | 
	
	
		
			
				|  | @@ -1111,6 +1112,7 @@ export default {
 | 
	
		
			
				|  |  |          homeworkPushFlag: 1,
 | 
	
		
			
				|  |  |          isGiveAccessories: 0,
 | 
	
		
			
				|  |  |          memberCourseShowFlag: 0,
 | 
	
		
			
				|  |  | +        extracurricularTeacher:'NORMAL'
 | 
	
		
			
				|  |  |        };
 | 
	
		
			
				|  |  |        this.$refs["topinfo"].resetFields();
 | 
	
		
			
				|  |  |      },
 |