lsc 2 年 前
コミット
5bf0cb06ef
1 ファイル変更1 行追加1 行削除
  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();