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

updata

上级 1a30e103
...@@ -609,12 +609,14 @@ export default { ...@@ -609,12 +609,14 @@ export default {
} }
param.status = status param.status = status
Exam.examSubmit(param, this.requestParam.papersUrl).then(res => { Exam.examSubmit(param, this.requestParam.papersUrl).then(res => {
Dialog.alert({ if (isSub) {
title: '标题', Dialog.alert({
message: JSON.stringify(res) title: '标题',
}).then(() => { message: JSON.stringify(res)
// on close }).then(() => {
}) // on close
})
}
if (res.exm_status === 1) { if (res.exm_status === 1) {
clearInterval(this.initTime) clearInterval(this.initTime)
clearInterval(this.clockCount) clearInterval(this.clockCount)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论