From e53c635fbe5ba2f3925b0052e60e24c2f68e88d6 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 01 Sep 2021 11:29:03 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 src/views/applyexam/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/applyexam/index.vue b/src/views/applyexam/index.vue
index 621a50e..fb6545d 100644
--- a/src/views/applyexam/index.vue
+++ b/src/views/applyexam/index.vue
@@ -786,6 +786,7 @@
     },
     questionBankOnLoad(page, params = {}) {
       this.questionBankLoading = false;
+      params["applyStatus"] = 1;
       getApplyList(
         page.currentPage,
         page.pageSize,

--
Gitblit v1.9.3