| 
					
				 | 
			
			
				@@ -454,7 +454,7 @@ module.exports = app => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     jsFiles: this.app.jsFiles.common.concat(this.app.jsFiles.tender.tenderInfo), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (ctx.session.sessionUser.is_admin) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    renderData.tourists = await ctx.service.tenderTourist.getTourists(tender.id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    // renderData.tourists = await ctx.service.tenderTourist.getTourists(tender.id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     // 获取所有项目参与者 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     const accountList = await ctx.service.projectAccount.getAllDataByCondition({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         where: { project_id: ctx.session.sessionProject.id, enable: 1 }, 
			 |