소스 검색

Merge branch 'change-voice' into online

wolyshaw 4 년 전
부모
커밋
17e2fb80ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/teamBuild/modals/change-voice.vue

+ 1 - 1
src/views/teamBuild/modals/change-voice.vue

@@ -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,