xiatian 3 years ago
parent
commit
192c104e22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/questions/views/GenPaperDetail.vue

+ 1 - 1
src/modules/questions/views/GenPaperDetail.vue

@@ -1235,7 +1235,7 @@ export default {
       this.$http
       this.$http
         .get(
         .get(
           QUESTION_API +
           QUESTION_API +
-            "/courseProperty/enable?courseNo=" +
+            "/courseProperty/enable?courseCode=" +
             encodeURIComponent(courseNo)
             encodeURIComponent(courseNo)
         )
         )
         .then((response) => {
         .then((response) => {