|
@@ -32,7 +32,7 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
<el-select
|
|
|
- v-model.trim="searchForm.educationalTeacherId"
|
|
|
+ v-model.trim="searchForm.eduTeacherId"
|
|
|
filterable
|
|
|
clearable
|
|
|
placeholder="教务老师"
|
|
@@ -268,7 +268,7 @@ export default {
|
|
|
searchForm: {
|
|
|
organId: null,
|
|
|
teacherId: null,
|
|
|
- educationalTeacherId: null,
|
|
|
+ eduTeacherId: null,
|
|
|
isFree: null,
|
|
|
studentReview: null,
|
|
|
hasHandHomework: null,
|
|
@@ -339,7 +339,7 @@ export default {
|
|
|
let obj = {};
|
|
|
obj.organId = this.searchForm.organId || null;
|
|
|
obj.teacherId = this.searchForm.teacherId || null;
|
|
|
- obj.educationalTeacherId = this.searchForm.educationalTeacherId || null;
|
|
|
+ obj.eduTeacherId = this.searchForm.eduTeacherId || null;
|
|
|
obj.isFree = this.searchForm.isFree || null;
|
|
|
obj.studentReview = this.searchForm.studentReview || null;
|
|
|
obj.hasHandHomework = this.searchForm.hasHandHomework || null;
|