Quellcode durchsuchen

查询enable = true的考试批次

chenken vor 6 Jahren
Ursprung
Commit
af92363d3c
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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