考试接口添加参数

This commit is contained in:
zhangsir
2024-08-23 18:27:23 +08:00
parent 88ab73354f
commit 24e2538875

View File

@@ -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();//时间差的毫秒数