Преглед изворни кода

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

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