|
@@ -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
|