luolinsong пре 8 часа
родитељ
комит
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.loadCourseList();
      this.initDefaultCreateTime();
      this.initDefaultCreateTime();
     this.getList();
     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.logTypeOptions = response.data;
     });
     });
     this.getDicts("sys_course_project").then(response => {
     this.getDicts("sys_course_project").then(response => {