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