@@ -286,7 +286,7 @@ export default {
"/" +
row.examId +
- row.name;
+ encodeURIComponent(row.name);
this.$router.push({
path: url
});