Explorar o código

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

lrf402788946 %!s(int64=5) %!d(string=hai) anos
pai
achega
5dc514782e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }) {