see999 4 gadus atpakaļ
vecāks
revīzija
f20256abb4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/xt_pages/user/courseOfDisease.vue

+ 1 - 1
src/xt_pages/user/courseOfDisease.vue Parādīt failu

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