Parcourir la source

同步开发环境代码

lideyin il y a 4 ans
Parent
commit
2fc38463d1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/modules/oe/component/commonForm.vue

+ 1 - 1
src/modules/oe/component/commonForm.vue

@@ -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;