| 
					
				 | 
			
			
				@@ -388,16 +388,16 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				} else if (sheetForm.currentType == 'vipGroupActivity') { // 活动文案 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					let students = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					let studentIds = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					if(this.checkboxSelectDataList && this.checkboxSelectDataList.length > 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						this.checkboxSelectDataList.forEach(item => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							students.push(item.userId) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							studentIds.push(item.userId) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					findByVipGroupCategory({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						categoryId: this.form.vipGroupCategoryId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						onlySpecialActivity: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						students: students.join(',') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						studentIds: studentIds.join(',') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					}).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						let result = res.data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						if (result.code == 200 && result.data.length > 0) { 
			 |