|
@@ -188,7 +188,7 @@ export default {
|
|
document.title = "异常课程";
|
|
document.title = "异常课程";
|
|
await queryTeacherInfo().then((res) => {
|
|
await queryTeacherInfo().then((res) => {
|
|
const result = res.data || null;
|
|
const result = res.data || null;
|
|
- this.teacherIdList = result.data.id || 0;
|
|
|
|
|
|
+ this.params.teacherIdList = result.data.id || 0;
|
|
});
|
|
});
|
|
this.getList();
|
|
this.getList();
|
|
},
|
|
},
|