nikang 6 năm trước cách đây
mục cha
commit
986ed1bfb2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
       });