zhangjie 2 년 전
부모
커밋
882aa7e9ae
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/modules/questions/views/CourseProperty.vue

+ 1 - 2
src/modules/questions/views/CourseProperty.vue

@@ -498,11 +498,10 @@ export default {
     },
     // 删除
     async deleteCourseProperty(ids) {
-      console.log(ids);
       if (this.loading) return;
       this.loading = true;
 
-      const res = this.$http
+      const res = await this.$httpWithMsg
         .post(
           QUESTION_API + "/courseProperty/delete",
           {},