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