Commit a78f6672dcd9a7d3bd2a74958b86bdb87c36ed99
1 parent
b6e2b24d
学生调班信息
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/standard/setUp/student.vue
@@ -525,7 +525,7 @@ export default { | @@ -525,7 +525,7 @@ export default { | ||
525 | this.formStuCla.studentName = obj.studentName; | 525 | this.formStuCla.studentName = obj.studentName; |
526 | this.formStuCla.studentCode = obj.studentCode; | 526 | this.formStuCla.studentCode = obj.studentCode; |
527 | this.formStuCla.oldClassId = | 527 | this.formStuCla.oldClassId = |
528 | - obj.classList[0] && obj.classList[0]?.classId; | 528 | + obj.classList[0] && obj.classList[0]?.id; |
529 | this.diaChangeClass = true; | 529 | this.diaChangeClass = true; |
530 | }, | 530 | }, |
531 | //学生调班 | 531 | //学生调班 |