| 
					
				 | 
			
			
				@@ -558,11 +558,11 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 视频库课题 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       handleSelectProjects(projectIds) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.form.questionBankList = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (!projectIds || projectIds.length === 0 || this.isPrivate === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.form.questionBankList = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const params = {ids: projectIds} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         getByIds(params).then(response => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (response.code === 200) { 
			 |