nikang 6 lat temu
rodzic
commit
986ed1bfb2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/modules/marking/views/MarkWork.vue

+ 1 - 1
src/modules/marking/views/MarkWork.vue

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