소스 검색

feat: 看课状态TAB拆分

xdd 1 일 전
부모
커밋
9e4ae5864e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/course/courseWatchLog/qw/watchLog.vue

+ 1 - 1
src/views/course/courseWatchLog/qw/watchLog.vue

@@ -370,7 +370,7 @@ export default {
       this.courseLists = response.list;
     });
     this.getList();
-    this.getDicts("sys_course_watch_log_type").then(response => {
+    this.getDicts("sys_course_watch_log_type_new").then(response => {
       this.logTypeOptions = response.data;
     });