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