调整考试系统哈尔滨 现地不能操作

This commit is contained in:
joylink_zyy 2020-04-11 11:20:22 +08:00
parent 5296521a9c
commit 826504d9c7

View File

@ -260,7 +260,8 @@ export default {
examQuestionId: obj.id, examQuestionId: obj.id,
subSystem: this.$route.query.subSystem, subSystem: this.$route.query.subSystem,
examId: this.$route.query.examId, examId: this.$route.query.examId,
mapId: this.$route.query.mapId mapId: this.$route.query.mapId,
lineCode: this.$route.query.lineCode
}; };
this.$router.replace({ path: '/displayNew/exam', query: query }); this.$router.replace({ path: '/displayNew/exam', query: query });
this.$emit('refresh'); this.$emit('refresh');