| src/views/trainExam/performance.vue | ●●●●● patch | view | raw | blame | history |
src/views/trainExam/performance.vue
@@ -1219,7 +1219,7 @@ // 考试重置 reself({id}) { reselfExamScore(id).then((res) => { if (res.data.success == true) { if (res.data.data.code == 200) { this.$message({ showClose: true, message: "重置成功", @@ -1230,7 +1230,7 @@ } else { this.$message({ showClose: true, message: "重置错误!请联系管理员", message: res.data.data.msg, type: "warning", }); }