|
@@ -231,7 +231,7 @@ export default {
|
|
list.push({
|
|
list.push({
|
|
type: (this.detail ? undefined : this.activeType),
|
|
type: (this.detail ? undefined : this.activeType),
|
|
courseType: key,
|
|
courseType: key,
|
|
- name: (this.studentSubmitedData?.name || this.detail?.name),
|
|
|
|
|
|
+ classGroupName: (this.studentSubmitedData?.name || this.detail?.name),
|
|
classGroupId: this.detail?.id,
|
|
classGroupId: this.detail?.id,
|
|
musicGroupId: this.musicGroupId,
|
|
musicGroupId: this.musicGroupId,
|
|
startDate: item.courseTime,
|
|
startDate: item.courseTime,
|