xiatian hace 5 años
padre
commit
8deef62969
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/modules/marking/views/ViewPaper.vue

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

@@ -42,7 +42,7 @@ export default {
     getStudentPaper() {
       var url =
         DATA_PROCESS_API +
-        "/studentPapers/" +
+        "/studentPapers/check/" +
         this.studentPaperId +
         "/" +
         this.examType;