瀏覽代碼

数据字典

luolinsong 13 小時之前
父節點
當前提交
20a43dfcd7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/course/courseWatchLog/index.vue

+ 1 - 1
src/views/course/courseWatchLog/index.vue

@@ -949,7 +949,7 @@ export default {
     this.loadCourseList();
      this.initDefaultCreateTime();
     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;
     });
     this.getDicts("sys_course_project").then(response => {