lsc 2 vuotta sitten
vanhempi
commit
36284de406
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();