Parcourir la source

Merge branch 'online' into dev

lex il y a 2 ans
Parent
commit
efe6f67147
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/abnormalCourse/index.vue

+ 1 - 1
src/views/abnormalCourse/index.vue

@@ -188,7 +188,7 @@ export default {
     document.title = "异常课程";
     await queryTeacherInfo().then((res) => {
       const result = res.data || null;
-      this.teacherIdList = result.data.id || 0;
+      this.params.teacherIdList = result.data.id || 0;
     });
     this.getList();
   },