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();
   // 编辑器修改
 };