lsc 2 years ago
parent
commit
36284de406
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/studyStudent.vue

+ 1 - 1
src/components/studyStudent.vue

@@ -9578,7 +9578,7 @@ export default {
         courseId: this.id,
       };
       this.ajax
-        .get(this.$store.state.api + "selectCourseDetail", params)
+        .get(this.$store.state.api + "selectCourseDetail2", params)
         .then((res) => {
           if (type != 2) {
             loading.close();