Browse Source

排课:教师查询添加条件=>教师为入库状态

lrf402788946 5 years ago
parent
commit
5dc514782e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/plan/lesson-plan.vue

+ 1 - 1
src/views/plan/lesson-plan.vue

@@ -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 }) {