|
@@ -340,9 +340,10 @@ export default {
|
|
|
})
|
|
|
.then(res => {
|
|
|
setRes(res)
|
|
|
- this.changeInfo = this.detail.subjectChange
|
|
|
+ this.changeInfo = res.data
|
|
|
})
|
|
|
} else {
|
|
|
+ this.changeInfo = this.detail.subjectChange
|
|
|
await getStudentOriginal({
|
|
|
musicGroupId: this.musicGroupId,
|
|
|
studentId: this.detail.studentId,
|