lsc 2 năm trước cách đây
mục cha
commit
7ae4eeaac7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/pages/scourse.vue

+ 1 - 1
src/components/pages/scourse.vue

@@ -475,7 +475,7 @@ export default {
             cid: cid,
           };
           this.ajax
-            .get(this.$store.state.api + "deleteCourse", params)
+            .get(this.$store.state.api + "deleteStudentCourse", params)
             .then((res) => {
               this.isLoading = false;
               this.$message.success("删除成功");