|
@@ -200,6 +200,7 @@ export default {
|
|
|
this.examList = examList;
|
|
|
if (this.form.examId) {
|
|
|
this.getCourses();
|
|
|
+ this.changeExam(this.form.examId);
|
|
|
}
|
|
|
});
|
|
|
},
|
|
@@ -221,7 +222,6 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
changeExam(examId) {
|
|
|
- debugger;
|
|
|
this.examList.forEach(exam => {
|
|
|
if (exam.id == examId) {
|
|
|
this.form.examType = exam.examType;
|