wolyshaw 4 년 전
부모
커밋
8e03b39304
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/resetTeaming/components/resetPayList.vue
  2. 1 1
      src/views/resetTeaming/components/resetPayListSchool.vue

+ 1 - 1
src/views/resetTeaming/components/resetPayList.vue

@@ -615,7 +615,7 @@ export default {
       obj.userIdList = this.chioseStudentList.map((stu) => {
         return stu.userId;
       });
-      obj.musicGroupPaymentCalenderId = this.musicGroupPaymentCalenderId;
+      obj.batchNo = this.batchNo;
       this.$refs.payItems?.getList()
       musicGroupPaymentCalenderDetailBatchAdd(obj).then((res) => {
         if (res.code == 200) {

+ 1 - 1
src/views/resetTeaming/components/resetPayListSchool.vue

@@ -599,7 +599,7 @@ export default {
       obj.userIdList = this.chioseStudentList.map((stu) => {
         return stu.userId;
       });
-      obj.musicGroupPaymentCalenderId = this.musicGroupPaymentCalenderId;
+      obj.batchNo = this.batchNo;
       this.$refs.payItems?.getList()
       musicGroupPaymentCalenderDetailBatchAdd(obj).then((res) => {
         if (res.code == 200) {