瀏覽代碼

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

xdd 1 月之前
父節點
當前提交
079bf0f095
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/course/courseUserStatistics/qw/statistics.vue

+ 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() {