|  | @@ -467,7 +467,7 @@ export default {
 | 
	
		
			
				|  |  |          const { data } = res;
 | 
	
		
			
				|  |  |          this.item = data || {};
 | 
	
		
			
				|  |  |          if (data) {
 | 
	
		
			
				|  |  | -          console.log(this.changeInfo,'changeInfo')
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |            if (!this.changeInfo) {
 | 
	
		
			
				|  |  |              this.$set(this.form, "type", this.item.kitGroupPurchaseType);
 | 
	
		
			
				|  |  |              this.originalAccessoriesPrice = data.changeAccessoriesPrice;
 | 
	
	
		
			
				|  | @@ -489,6 +489,10 @@ export default {
 | 
	
		
			
				|  |  |              if (this.item.originalKitGroupPurchaseType == "GROUP") {
 | 
	
		
			
				|  |  |                this.originalCourseFee = data.originalCourseFee; // 改为原乐器分润
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | +            if (this.item.kitGroupPurchaseType == "GROUP") {
 | 
	
		
			
				|  |  | +              this.changeCourseFee = data.changeCourseFee; // 更换过程中 如果更换乐器是团购则加分部分润
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |              // console.log( this.originalCourseFee,'originalCourseFee')
 | 
	
		
			
				|  |  |              this.originalMusicalGoods =
 | 
	
		
			
				|  |  |                data.originalMusicalGoods && data.originalMusicalGoods.name;
 |