From 6a60787edac57f8f91cb2143f16b0e2d51c9b7f8 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 24 Sep 2024 14:39:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E7=A7=91=E8=80=83=E8=AF=95?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=96=B0=E5=A2=9E=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/exam.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Course/exam.vue b/src/components/Course/exam.vue index 2b743b04..a6e9f251 100644 --- a/src/components/Course/exam.vue +++ b/src/components/Course/exam.vue @@ -532,7 +532,7 @@ export default { randomMode:this.info.randomMode, score:testScore, paperJson:JSON.stringify(this.paper),//原来是对象,这里要也要对象 - //startTime:formatDate(this.startTime),//此时间需要格式化,格式化时间可以放在util中 + startTime:formatDate(this.startTime),//此时间需要格式化,格式化时间可以放在util中 //endTime:formatDate(now), } //计划考试的时长