@@ -328,7 +328,7 @@
},
createAction: function() {
- this.new_content = encodeURIComponent(this.$refs.editor.content)
+ this.new_content = this.$refs.editor.content
if (this.new_content.length == 0) {
this.$message.error('请填写病程内容')
return