From d73673fe9aa4d92dba5044d9a341252cfae32bd6 Mon Sep 17 00:00:00 2001 From: Vce Date: Thu, 6 Jun 2024 23:13:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../examSystem2/examManagement/examManagement.vue | 3 ++- .../questionManagement/questionManagement.vue | 15 +++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/views/projectFront/examSystem2/examManagement/examManagement.vue b/src/views/projectFront/examSystem2/examManagement/examManagement.vue index 0c27ff75..c1673ba9 100644 --- a/src/views/projectFront/examSystem2/examManagement/examManagement.vue +++ b/src/views/projectFront/examSystem2/examManagement/examManagement.vue @@ -688,7 +688,8 @@ export default { pageSize: row ? row.pageSize : this.question.pageSize, questionName: "", subjectId: row ? row.questionSubjectId : this.questionSubjectId, - isEnable:1 + isEnable:1, + projectSn: this.$store.state.projectSn }).then((result) => { if (result.success) { console.log(result); diff --git a/src/views/projectFront/examSystem2/questionManagement/questionManagement.vue b/src/views/projectFront/examSystem2/questionManagement/questionManagement.vue index 63f2b4e5..a8abb445 100644 --- a/src/views/projectFront/examSystem2/questionManagement/questionManagement.vue +++ b/src/views/projectFront/examSystem2/questionManagement/questionManagement.vue @@ -72,10 +72,11 @@ + 导入题库 @@ -462,7 +463,14 @@ >
- 1、{{questionForm.questionName}}({{questionForm.type == 1 ? '单选题' : '多选题'}}) +
+
+
1、
+
+
({{questionForm.type == 1 ? '单选题' : '多选题'}})
+
+
+
1、{{questionForm.questionName}}({{questionForm.type == 1 ? '单选题' : '多选题'}})
@@ -514,6 +522,9 @@ export default { name: "questionManagement", data() { return { + importParams:{ + projectSn: this.$store.state.projectSn + }, radio: 0, questionArr: [{ isCheck: true, questionContent: "" },{ isCheck: true, questionContent: "" },{ isCheck: true, questionContent: "" },{ isCheck: true, questionContent: "" }], levelArr: [