From d7d80e8244a9f532019bc89585fdb01272a92002 Mon Sep 17 00:00:00 2001 From: gengxin Date: Wed, 12 Mar 2025 16:27:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E5=8F=8A=E6=A0=BC=E7=BA=BF?= =?UTF-8?q?=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/exam.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Course/exam.vue b/src/components/Course/exam.vue index fa0694bc..716eed09 100644 --- a/src/components/Course/exam.vue +++ b/src/components/Course/exam.vue @@ -582,7 +582,9 @@ export default { apiStudy.saveExam(postData).then(res=>{ this.thisTrue = true if(res.status == 200) { + console.log("获取数据结果 考试 res ==>",res) this.records.push(res.result); + //TODO 评分更改 最终完成 this.content.status=9;//表已学习完,判断上级的章是否已完成 this.studyItemId=res.result.studyItemId;//第一次保存时是没有的,所以这里要赋值 this.$alert('您本次考试得分:'+this.lastScore, '考试成绩', {