From e83ecb7c6d0ab7662518389092e82fb252bc658f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 14 Aug 2021 18:36:13 +0800
Subject: [PATCH] 打印路径修改,保安员查询修改
---
src/views/exam/performance.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/exam/performance.vue b/src/views/exam/performance.vue
index 1c9f5d8..919de01 100644
--- a/src/views/exam/performance.vue
+++ b/src/views/exam/performance.vue
@@ -450,9 +450,11 @@
},
questionBankRowUpdate(row, index, done, loading) {
+ debugger;
update({
theoryGrade: row.theoryGrade,
learnGrade: row.learnGrade,
+ examId:row.examId,
id: row.id,
}).then(
() => {
--
Gitblit v1.9.3