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