natasha vor 3 Tagen
Ursprung
Commit
401ac17c6c

+ 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;