소스 검색

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