xiatian 3 rokov pred
rodič
commit
12568cc981

+ 4 - 4
src/modules/questions/views/ImportPaper.vue

@@ -660,10 +660,10 @@ export default {
               QUESTION_API +
                 "/clonePaper/" +
                 this.copyPaperId +
-                "/" +
-                this.copyPaperForm.paperName +
-                "/" +
-                this.copyPaperForm.courseNo
+                "?paperName=" +
+                encodeURIComponent(this.copyPaperForm.paperName) +
+                "&courseNo=" +
+                encodeURIComponent(this.copyPaperForm.courseNo)
             )
             .then(() => {
               this.$notify({