|
@@ -459,7 +459,7 @@ export default {
|
|
|
title: this.title,
|
|
|
content: this.content,
|
|
|
courseScheduleId: this.courseId,
|
|
|
- expiryDate: dayjs(this.dateSection.currentDate).format("YYYY-MM-DD"),
|
|
|
+ // expiryDate: dayjs(this.dateSection.currentDate).format("YYYY-MM-DD"),
|
|
|
musicScoreSubjectDto: musicScoreSubjectDto,
|
|
|
};
|
|
|
// console.log(params, "params");
|