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

updata

上级 c30ec13c
......@@ -497,7 +497,7 @@ export default {
if (window.localStorage.userId !== 'undefined') {
param.user_id = window.localStorage.userId
}
Exam.getExam(param, decodeURIComponent(this.requestParam.papersUrl)).then(res => {
Exam.getExam(param, this.requestParam.papersUrl).then(res => {
const times = this.$route.query.id === undefined ? res.sheet.remainingTime ? res.sheet.remainingTime : res.sheet.duration : res.sheet.duration
if (this.$route.query.id === -1 || this.$route.query.id === '-1') {
this.errorQuestion(res)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论