From 0546ca05a2d5308e661f78357c74ee534ad9d4e6 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 09 Oct 2021 17:18:43 +0800
Subject: [PATCH] bug

---
 src/views/singleperformance/index.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/singleperformance/index.vue b/src/views/singleperformance/index.vue
index 92c5f95..6383760 100644
--- a/src/views/singleperformance/index.vue
+++ b/src/views/singleperformance/index.vue
@@ -2,7 +2,7 @@
  * @Author: Morpheus
  * @Date: 2021-08-02 09:31:54
  * @Last Modified by: liu
- * @Last Modified time: 2021-10-09 16:22:20
+ * @Last Modified time: 2021-10-09 17:13:00
  * menu-name 成绩管理
  */
 <template>
@@ -115,8 +115,9 @@
     },
     getExamScore() {
       var data = {
-        userId: this.$route.query.userId,
-        examId: this.$route.query.examId,
+        // userId: this.$route.query.userId,
+        // examId: this.$route.query.examId,
+        id: this.scoreId,
       };
       getExamScore(data).then((res) => {
         if (res.data.data.theoryGrade != undefined) {
@@ -130,7 +131,7 @@
       console.log(this.scoreId);
       // return;
       if (val == 1) {
-        if (this.paddWord != "zhdn123") {
+        if (this.paddWord != "zhda123") {
           //重置密码
           this.$message({
             showClose: true,

--
Gitblit v1.9.3