提交 f66322e6 authored 作者: lihuihui's avatar lihuihui

修改计时时间

上级 1ccef39b
......@@ -198,8 +198,8 @@ export default {
this.$route.query.id && this.$route.query.id.length > 5
? this.analysisInit()
: this.changeData()
this.setClock(data.sheet.questions.duration || 0)
this.time.duration = data.sheet.questions.duration || 0
this.setClock(data.sheet.duration || 0)
this.time.duration = data.sheet.duration || 0
})
.finally(() => {
})
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论