see999 4 年前
父节点
当前提交
f20256abb4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/user/courseOfDisease.vue

+ 1 - 1
src/xt_pages/user/courseOfDisease.vue 查看文件

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