xiatian 3 năm trước cách đây
mục cha
commit
192c104e22
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
         .get(
           QUESTION_API +
-            "/courseProperty/enable?courseNo=" +
+            "/courseProperty/enable?courseCode=" +
             encodeURIComponent(courseNo)
         )
         .then((response) => {