mo 3 年之前
父節點
當前提交
72b57bb96f
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/contentManager/contentOperation.vue

+ 3 - 1
src/views/contentManager/contentOperation.vue

@@ -950,7 +950,9 @@ export default {
       };
       return tempTitle[type];
     },
-    onEditorChange ({ quill, html, text }) {
+    onEditorChange ( html ) {
+      // console.log(html,'html')
+
       this.form.content = html;
     },
     beforeUpload (file) {