see999 4 years ago
parent
commit
f20256abb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/user/courseOfDisease.vue

+ 1 - 1
src/xt_pages/user/courseOfDisease.vue View File

@@ -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