| 
					
				 | 
			
			
				@@ -5891,9 +5891,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.myWord = res.data[0][0].template; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.templateC.id = "123"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.courseUserid = res.data[0][0].userid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if(this.courseUserid == this.userid){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              this.InviteChange(this.checkboxList2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // if(this.courseUserid == this.userid){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            //   this.InviteChange(this.checkboxList2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.nbOrder = res.data[0][0].ordernumber; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.courseTypeId = []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             for (var i = 0; i < res.data[1].length; i++) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -6735,6 +6735,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     InviteChange(val) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       console.log(val); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let array = JSON.parse(JSON.stringify(val)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.inviteCode = this.inviteCode.filter((el) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (val.indexOf(el.cid) != -1) { 
			 |