| 
					
				 | 
			
			
				@@ -1726,8 +1726,7 @@ module.exports = app => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         async getSpContractTree(tid, contract_type) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             await this.ctx.service.tender.checkTender(tid); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            console.log(this.ctx.tender); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            await this._getContractTree({ spid: this.ctx.tender.spid, contract_type }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return await this._getContractTree({ spid: this.ctx.tender.spid, contract_type }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         async getSpContract(tid, contract_type) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             await this.ctx.service.tender.checkTender(tid); 
			 |