|
@@ -475,7 +475,7 @@ export default {
|
|
|
videoList:[],
|
|
|
logTypeOptions:[],
|
|
|
// 遮罩层
|
|
|
- loading: true,
|
|
|
+ loading: false,
|
|
|
// 导出遮罩层
|
|
|
exportLoading: false,
|
|
|
// 选中数组
|
|
@@ -527,9 +527,9 @@ export default {
|
|
|
if(this.companys!=null&&this.companys.length>0){
|
|
|
}
|
|
|
});
|
|
|
- courseList().then(response => {
|
|
|
- this.courseLists = response.list;
|
|
|
- });
|
|
|
+ // courseList().then(response => {
|
|
|
+ // this.courseLists = response.list;
|
|
|
+ // });
|
|
|
this.getDicts("sys_course_watch_log_type").then(response => {
|
|
|
this.logTypeOptions = response.data;
|
|
|
});
|