bug
liuyg
2021-10-09 0546ca05a2d5308e661f78357c74ee534ad9d4e6
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,