|
@@ -137,6 +137,7 @@ export default {
|
|
|
if (valid) {
|
|
|
let params = Object.assign({}, this.form);
|
|
|
params.cover = this.form.cover[0].url;
|
|
|
+ params.content = this.$filterRichTxt(params.content);
|
|
|
if (this.id) params.id = this.id;
|
|
|
const { success, msg } = await saveItem(params);
|
|
|
if (success) {
|