lsc 2 gadi atpakaļ
vecāks
revīzija
5bf0cb06ef
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/components/GM/indexGM.vue

+ 1 - 1
src/components/GM/indexGM.vue

@@ -411,7 +411,7 @@ export default {
         page: this.page,
       };
       this.ajax
-        .get(this.$store.state.api + "selectTypeCourse2", params)
+        .get(this.$store.state.api + "selectTypeCourse2GM", params)
         .then((res) => {
           if (this.loading) {
             this.loading.close();