소스 검색

Update index.vue

lex 2 년 전
부모
커밋
917565f73f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
   },