|
@@ -283,7 +283,7 @@ export default {
|
|
toChooseTeacher() {
|
|
toChooseTeacher() {
|
|
if (this.form.subid) {
|
|
if (this.form.subid) {
|
|
this.dialog = true;
|
|
this.dialog = true;
|
|
- this.toGetTeacherList({ query: { subid: this.form.subid, termid: this.form.term } });
|
|
|
|
|
|
+ this.toGetTeacherList({ query: { subid: this.form.subid, termid: this.form.term, status: '4' } });
|
|
} else this.$message.warning('请选择所授科目');
|
|
} else this.$message.warning('请选择所授科目');
|
|
},
|
|
},
|
|
setTea({ data }) {
|
|
setTea({ data }) {
|