xdd před 1 měsícem
rodič
revize
62dfc75aa7

+ 3 - 1
src/views/course/courseTrafficLog/index.vue

@@ -202,8 +202,10 @@ export default {
       listCourseTrafficLog(this.queryParams).then(response => {
         this.courseTrafficLogList = response.rows;
         this.total = response.total;
+
+      }).finally(()=>{
         this.loading = false;
-      });
+      })
     },
     // 取消按钮
     cancel() {

+ 3 - 1
src/views/course/courseWatchLog/statistics.vue

@@ -257,8 +257,10 @@ export default {
       statisticsList(this.queryParams).then(response => {
         this.courseWatchLogList = response.rows;
         this.total = response.total;
+
+      }).finally(()=>{
         this.loading = false;
-      });
+      })
     },
     // 取消按钮
     cancel() {