|
@@ -313,7 +313,7 @@ export default {
|
|
|
if (this.$checkRes(res)) this.$set(this, `locationList`, res.data);
|
|
|
res = await this.getSubjectList();
|
|
|
if (this.$checkRes(res)) this.$set(this, `subjectList`, res.data);
|
|
|
- res = await this.getTeacherList({ is_etiquette_teacher: '1' });
|
|
|
+ res = await this.getTeacherList({ islyteacher: '1' });
|
|
|
if (this.$checkRes(res)) this.$set(this, `lyTeacherList`, res.data);
|
|
|
res = await this.getDeptList();
|
|
|
if (this.$checkRes(res)) this.$set(this, `deptList`, res.data);
|