Jelajahi Sumber

feat: 部分优化

xdd 1 bulan lalu
induk
melakukan
92170218c6
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      src/views/course/courseUserStatistics/qw/statistics.vue

+ 4 - 4
src/views/course/courseUserStatistics/qw/statistics.vue

@@ -475,7 +475,7 @@ export default {
       videoList:[],
       logTypeOptions:[],
       // 遮罩层
-      loading: true,
+      loading: false,
       // 导出遮罩层
       exportLoading: false,
       // 选中数组
@@ -527,9 +527,9 @@ export default {
       if(this.companys!=null&&this.companys.length>0){
       }
     });
-    courseList().then(response => {
-      this.courseLists = response.list;
-    });
+    // courseList().then(response => {
+    //   this.courseLists = response.list;
+    // });
     this.getDicts("sys_course_watch_log_type").then(response => {
       this.logTypeOptions = response.data;
     });