Selaa lähdekoodia

查询enable = true的考试批次

chenken 6 vuotta sitten
vanhempi
commit
af92363d3c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/modules/oe/component/commonForm.vue

+ 1 - 0
src/modules/oe/component/commonForm.vue

@@ -157,6 +157,7 @@ export default {
         examName = "";
       }
       this.getExamCondition.params.name = examName;
+      this.getExamCondition.params.enable = true;
       this.$http
         .get("/api/ecs_exam_work/exam/queryByNameLike", {
           params: this.getExamCondition.params