From b44afb607e4c4cde7f975393dfd652031ae20da2 Mon Sep 17 00:00:00 2001 From: Vce Date: Fri, 24 May 2024 00:47:54 +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 --- .../projectFront/examSystem2/examManagement/examManagement.vue | 3 ++- src/views/projectFront/examSystem2/trainRecord/trainPlan.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/projectFront/examSystem2/examManagement/examManagement.vue b/src/views/projectFront/examSystem2/examManagement/examManagement.vue index 2502905f..82ddc3aa 100644 --- a/src/views/projectFront/examSystem2/examManagement/examManagement.vue +++ b/src/views/projectFront/examSystem2/examManagement/examManagement.vue @@ -25,7 +25,7 @@
- + @@ -858,6 +858,7 @@ export default { this.getRecordList() }) } else { + this.examForm.questions = this.$refs.questionListTable.selection; let examInfo = { checkQuestionType:this.examForm.checkQuestionType, diff --git a/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue b/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue index c578706a..42c6d7f2 100644 --- a/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue +++ b/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue @@ -458,6 +458,7 @@ export default { console.log("------------------",this.selectWorkerList); this.dialogVisible3= false; + }, inquire(flag){ this.worker.pageNo = 1;