|
@@ -179,8 +179,8 @@ export default {
|
|
|
this.modalIsShow = true;
|
|
|
},
|
|
|
courseChange(val) {
|
|
|
- this.modalForm.courseName = val?.courseName || "";
|
|
|
- this.modalForm.courseCode = val?.courseCode || "";
|
|
|
+ this.modalForm.courseName = val?.name || "";
|
|
|
+ this.modalForm.courseCode = val?.code || "";
|
|
|
},
|
|
|
examChange(val) {
|
|
|
this.curExam = val || {};
|