zhangjie 2 vuotta sitten
vanhempi
commit
882aa7e9ae
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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) {
     async deleteCourseProperty(ids) {
-      console.log(ids);
       if (this.loading) return;
       if (this.loading) return;
       this.loading = true;
       this.loading = true;
 
 
-      const res = this.$http
+      const res = await this.$httpWithMsg
         .post(
         .post(
           QUESTION_API + "/courseProperty/delete",
           QUESTION_API + "/courseProperty/delete",
           {},
           {},