소스 검색

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

lrf402788946 5 년 전
부모
커밋
5dc514782e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/plan/lesson-plan.vue

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

@@ -283,7 +283,7 @@ export default {
     toChooseTeacher() {
       if (this.form.subid) {
         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('请选择所授科目');
     },
     setTea({ data }) {