소스 검색

Merge branch 'lhd'

natasha 3 일 전
부모
커밋
1b9539215e
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;