Selaa lähdekoodia

Update index.vue

lex 2 vuotta sitten
vanhempi
commit
917565f73f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();
   },