lsc 3 달 전
부모
커밋
c2eccf18b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pages/course.vue

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

@@ -1260,7 +1260,7 @@ export default {
           this.ajax
             .get(this.$store.state.api + "deleteCourse", params)
             .then((res) => {
-              loading.close();
+              // loading.close();
               this.isLoading = false;
               this.$message.success("删除成功");
               this.getCourse();