From 24e2538875f87c4fbfc87a4058fdfcc2dafe1fa3 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 23 Aug 2024 18:27:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E6=8E=A5=E5=8F=A3=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/exam.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Course/exam.vue b/src/components/Course/exam.vue index 6f1b7eb1..8f0ab4da 100644 --- a/src/components/Course/exam.vue +++ b/src/components/Course/exam.vue @@ -538,6 +538,7 @@ export default { paperJson:JSON.stringify(this.paper),//原来是对象,这里要也要对象 //startTime:formatDate(this.startTime),//此时间需要格式化,格式化时间可以放在util中 //endTime:formatDate(now), + contentTotal:this.contentTotal, } //计划考试的时长 var dateDiff = now.getTime() - this.startTime.getTime();//时间差的毫秒数