|  | @@ -397,6 +397,15 @@ export default {
 | 
	
		
			
				|  |  |              goods_type: row.goods_type,
 | 
	
		
			
				|  |  |              goods_id: row.goods_id,
 | 
	
		
			
				|  |  |            };
 | 
	
		
			
				|  |  | +          if (row.is_reservation === "true") {
 | 
	
		
			
				|  |  | +            Mname =
 | 
	
		
			
				|  |  | +              "/ShopServer/Manager/DiscountCodeManager/DeleteReservationFromDiscountCode";
 | 
	
		
			
				|  |  | +            data = {
 | 
	
		
			
				|  |  | +              discount_code_id: this.cdKeyId,
 | 
	
		
			
				|  |  | +              goods_type: row.goods_type,
 | 
	
		
			
				|  |  | +              study_phase: row.goods_study_phase,
 | 
	
		
			
				|  |  | +            };
 | 
	
		
			
				|  |  | +          }
 | 
	
		
			
				|  |  |            getLogin(Mname, data).then((res) => {
 | 
	
		
			
				|  |  |              this.$message({
 | 
	
		
			
				|  |  |                type: "success",
 |