wolyshaw 4 years ago
parent
commit
8e03b39304

+ 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) {