liyongli 1 년 전
부모
커밋
48f71fb564
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/allMedia/AIeditor/index.vue

+ 1 - 1
src/view/allMedia/AIeditor/index.vue

@@ -433,7 +433,7 @@ const contentChange = () => {
     console.log(error);
     text = [editorRef.value.getHtml()];
   }
-  son.value.jiaoyue && son.value.jiaoyue();
+  son.value && son.value.jiaoyue && son.value.jiaoyue();
   // 编辑器修改
 };