浏览代码

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

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