From 5ebb342f111564e3ccd3778d94cfa843b852013c Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 24 Aug 2021 11:02:07 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 src/views/trainExam/performance.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/trainExam/performance.vue b/src/views/trainExam/performance.vue
index 902491e..d105a65 100644
--- a/src/views/trainExam/performance.vue
+++ b/src/views/trainExam/performance.vue
@@ -509,7 +509,7 @@
               params["deptId"] = that.userInfo.dept_id;
             }
             that.questionBankLoading = false;
-            params["examType"] = 1;
+            params["examType"] = 2;
             getList(
               page.currentPage,
               page.pageSize,

--
Gitblit v1.9.3