lsc 2 years ago
parent
commit
5bf0cb06ef
1 changed files with 1 additions and 1 deletions
  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();