|
@@ -371,7 +371,8 @@ export default {
|
|
|
});
|
|
|
this.getList();
|
|
|
this.getDicts("sys_course_watch_log_type").then(response => {
|
|
|
- this.logTypeOptions = response.data;
|
|
|
+ console.log(response.data);
|
|
|
+ this.logTypeOptions = response.data.filter(item => item.dictLabel !== "待看课");
|
|
|
});
|
|
|
|
|
|
this.getDicts("sys_company_or").then(response => {
|