Prechádzať zdrojové kódy

Merge branch 'bjcz_his_scrm' of http://1.14.104.71:10880/root/ylrz_his_scrm_companyUI into bjcz_his_scrm

xw 5 hodín pred
rodič
commit
7601c0e7fb
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 => {