|
|
|
@ -289,7 +289,6 @@ export default { |
|
|
|
|
sessionStorage.setItem('classId', classId) |
|
|
|
|
this.assessmentId = assessmentId |
|
|
|
|
this.classId = classId |
|
|
|
|
console.log() |
|
|
|
|
} |
|
|
|
|
let tokens = sessionStorage.getItem('token') |
|
|
|
|
// if(this.getQueryVariable('projectId')) { |
|
|
|
@ -517,19 +516,6 @@ export default { |
|
|
|
|
message: "已取消提交" |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
// this.$confirm("此操作将视为结束考试, 是否继续?", "提示", { |
|
|
|
|
// confirmButtonText: '确定', |
|
|
|
|
// cancelButtonText: '取消', |
|
|
|
|
// type: "warning", |
|
|
|
|
// center: true |
|
|
|
|
// }).then(() => { |
|
|
|
|
// this.sureSubmit(true) |
|
|
|
|
// }).catch(() => { |
|
|
|
|
// this.$message({ |
|
|
|
|
// type: "info", |
|
|
|
|
// message: "已取消提交" |
|
|
|
|
// }); |
|
|
|
|
// }); |
|
|
|
|
}, |
|
|
|
|
sureSubmit(judge){ |
|
|
|
|
this.actEndTime = new Date().getTime(); |
|
|
|
|