Explorar o código

Update index.vue

lex %!s(int64=2) %!d(string=hai) anos
pai
achega
917565f73f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
   },