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

@@ -3190,7 +3190,7 @@ export default {
};
//考试管理的抽屉
const showTest = (name, id, data) => {
if (data.startTime == null && data.endTime == null) {
if (data.examType==2) {
// 外部考试抽屉显示
state.TMvisibleExternal = true;
state.examData = data;