From 942c56e44f51dbc3a9ac40db9b7a2d03b68eb6cd Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 26 Aug 2021 15:53:17 +0800
Subject: [PATCH] 样式
---
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