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