Prechádzať zdrojové kódy

feat: 课程数据汇总新增销售端

xdd 1 mesiac pred
rodič
commit
079bf0f095

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

@@ -530,7 +530,6 @@ export default {
     courseList().then(response => {
       this.courseLists = response.list;
     });
-    this.getList();
     this.getDicts("sys_course_watch_log_type").then(response => {
       this.logTypeOptions = response.data;
     });
@@ -570,8 +569,9 @@ export default {
       qwWatchLogAllStatisticsList(this.queryParams).then(response => {
         this.courseWatchLogList = response.rows;
         this.total = response.total;
+      }).finally(()=>{
         this.loading = false;
-      });
+      })
     },
     // 取消按钮
     cancel() {