src/views/exam/startexam.vue
@@ -388,10 +388,21 @@ }, startExam (row) { this.$router.push({ path: `/applydetailed`, query: row }) //正式考试 if(row.examType==1){ this.$router.push({ path: `/applydetailed`, query: row }) } //模拟考试 if(row.examType==2){ this.$router.push({ path: `/trainApply`, query: row }) } }, // 新增 questionBankRowSave (row, done, loading) {