@@ -124,7 +124,7 @@
formModel: {
id:"",
titel:"",
- content:"",
+ introduction:"",
image:"",
author:"",
isShow:false
@@ -232,8 +232,8 @@
self.fileUrl = image
}
- if (self.formModel.content != null) {
- self.$refs.editor.setContent(self.formModel.content);
+ if (self.formModel.introduction != null) {
+ self.$refs.editor.setContent(self.formModel.introduction);
} else {