|  |  | @ -427,8 +427,13 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 cancelButtonText: '取消', |  |  |  |                 cancelButtonText: '取消', | 
			
		
	
		
		
			
				
					
					|  |  |  |                 type: 'warning' |  |  |  |                 type: 'warning' | 
			
		
	
		
		
			
				
					
					|  |  |  |             }).then(() => { |  |  |  |             }).then(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 var ids=[]; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 for (var i=0;i<this.detailList.length;i++){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     ids.push(this.detailList[i].id); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 } | 
			
		
	
		
		
			
				
					
					|  |  |  |                 let params = { |  |  |  |                 let params = { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     id: row.id |  |  |  |                     id: row.id, | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     ids:ids | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }; |  |  |  |                 }; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 deleteByOrderId(params).then((res) => { |  |  |  |                 deleteByOrderId(params).then((res) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     if (res.code === 20000) { |  |  |  |                     if (res.code === 20000) { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |