|
@@ -631,7 +631,6 @@ export default {
|
|
|
return stu.userId;
|
|
|
});
|
|
|
obj.batchNo = this.batchNo;
|
|
|
- this.$refs.payItems?.getList()
|
|
|
musicGroupPaymentCalenderDetailBatchAdd(obj).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
this.$message.success("添加成功");
|
|
@@ -639,6 +638,7 @@ export default {
|
|
|
this.payVisible = false;
|
|
|
this.chioseStudentVisible = false;
|
|
|
this.getList();
|
|
|
+ this.$refs.payItems?.getList()
|
|
|
}
|
|
|
});
|
|
|
},
|