@ -628,6 +628,7 @@ ${this.$t('note.table.note_content')}:${item.content}`])
isActive: item.noteId === that.$route.query.noteId,
originalText: item.originalText
}
console.info(`加载笔记内容:${JSON.stringify(obj,null,2)}`)
that.noteList.push(obj)
if (item.noteId === that.$route.query.noteId) {
that.jump(obj)