|
@@ -511,7 +511,7 @@ export default {
|
|
videoList:[],
|
|
videoList:[],
|
|
logTypeOptions:[],
|
|
logTypeOptions:[],
|
|
// 遮罩层
|
|
// 遮罩层
|
|
- loading: true,
|
|
|
|
|
|
+ loading: false,
|
|
// 导出遮罩层
|
|
// 导出遮罩层
|
|
exportLoading: false,
|
|
exportLoading: false,
|
|
// 选中数组
|
|
// 选中数组
|
|
@@ -568,7 +568,7 @@ export default {
|
|
courseList().then(response => {
|
|
courseList().then(response => {
|
|
this.courseLists = response.list;
|
|
this.courseLists = response.list;
|
|
});
|
|
});
|
|
- this.getList();
|
|
|
|
|
|
+ // this.getList();
|
|
this.getDicts("sys_course_watch_log_type").then(response => {
|
|
this.getDicts("sys_course_watch_log_type").then(response => {
|
|
this.logTypeOptions = response.data;
|
|
this.logTypeOptions = response.data;
|
|
});
|
|
});
|
|
@@ -620,8 +620,9 @@ export default {
|
|
qwWatchLogAllStatisticsList(this.queryParams).then(response => {
|
|
qwWatchLogAllStatisticsList(this.queryParams).then(response => {
|
|
this.courseWatchLogList = response.rows;
|
|
this.courseWatchLogList = response.rows;
|
|
this.total = response.total;
|
|
this.total = response.total;
|
|
|
|
+ }).finally(()=>{
|
|
this.loading = false;
|
|
this.loading = false;
|
|
- });
|
|
|
|
|
|
+ })
|
|
},
|
|
},
|
|
// 取消按钮
|
|
// 取消按钮
|
|
cancel() {
|
|
cancel() {
|