mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
还原机构的调用
This commit is contained in:
@@ -434,7 +434,7 @@ export default {
|
||||
arrange:this.info.arrange,
|
||||
passLine:this.info.passLine,
|
||||
randomMode:this.info.randomMode,
|
||||
score:this.lastScore,//分数需要计算,在检查是否填写完整性时就可以计算出分数
|
||||
score:testScore,
|
||||
paperJson:JSON.stringify(this.paper),//原来是对象,这里要也要对象
|
||||
//startTime:formatDate(this.startTime),//此时间需要格式化,格式化时间可以放在util中
|
||||
//endTime:formatDate(now),
|
||||
|
||||
Reference in New Issue
Block a user