lsc 2 年之前
父节点
当前提交
172940f142
共有 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 + "selectTypeCourse2GM", params)
+        .get(this.$store.state.api + "selectTypeCourse2", params)
         .then((res) => {
           if (this.loading) {
             this.loading.close();