|
|
@ -493,6 +493,7 @@ |
|
|
|
noteContent: this.note_form.note_content, |
|
|
|
noteContent: this.note_form.note_content, |
|
|
|
paperId: that.activeContent.id, |
|
|
|
paperId: that.activeContent.id, |
|
|
|
fileId: that.activeContent.fileId, |
|
|
|
fileId: that.activeContent.fileId, |
|
|
|
|
|
|
|
originalText:that.note_form.original_text, |
|
|
|
content: that.pre.innerHTML |
|
|
|
content: that.pre.innerHTML |
|
|
|
},function(res) { |
|
|
|
},function(res) { |
|
|
|
if(res.code==='200'){ |
|
|
|
if(res.code==='200'){ |
|
|
|