|
@@ -466,7 +466,7 @@ export default {
|
|
|
kitGroupPurchaseType: (this.form.musicalGoods === 'OWNED' ? this.form.musicalGoods : this.form.type),
|
|
|
musicGroupId: this.musicGroupId,
|
|
|
studentId: this.detail.studentId,
|
|
|
- changeMusical: this.form.musicalGoods,
|
|
|
+ changeMusical: (this.form.musicalGoods === 'OWNED' ? 0 : this.form.musicalGoods),
|
|
|
originalCost: this.item.originalCost,
|
|
|
organId: this.item.organId,
|
|
|
originalSubjectId: this.detail.actualSubjectId,
|