浏览代码

查询enable = true的考试批次

chenken 6 年之前
父节点
当前提交
af92363d3c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/modules/oe/component/commonForm.vue

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

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