see999 4 vuotta sitten
vanhempi
commit
f20256abb4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/xt_pages/user/courseOfDisease.vue

+ 1 - 1
src/xt_pages/user/courseOfDisease.vue Näytä tiedosto

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