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