mo 3 years ago
parent
commit
72b57bb96f
1 changed files with 3 additions and 1 deletions
  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) {