feat:增加考试查看答卷

This commit is contained in:
wyx
2023-02-17 21:25:08 +08:00
parent 2d3a95f1bd
commit a90c667b2d
5 changed files with 5 additions and 6 deletions

View File

@@ -1920,7 +1920,7 @@ export default {
// 考试点击管理弹框
const examinationModel = (data, levelname, outchapterid) => {
console.log(data);
if (data.startTime == null && data.endTime == null) {
if (data.examType==2) {
// 外部考试
state.examinationExaminaModelVisible = true;
state.outchapter = outchapterid;