natasha 3 روز پیش
والد
کامیت
401ac17c6c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/book/courseware/create/components/question/video_interaction/ExerciseAdd.vue

+ 2 - 2
src/views/book/courseware/create/components/question/video_interaction/ExerciseAdd.vue

@@ -206,11 +206,11 @@ export default {
           }
         })
         .catch(() => {
-          this.$emit('handleCancle');
+          this.$emit('handleCancale');
         });
     },
     handleCancle() {
-      this.$emit('handleCancle');
+      this.$emit('handleCancale');
     },
     handleChnageType() {
       this.content = null;