1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 01:12:03 +00:00
This commit is contained in:
Michael18811380328
2018-12-11 15:50:26 +08:00
parent 6575e29d68
commit 3e36e7c2ff

View File

@@ -15,7 +15,7 @@ class reviewComment {
let detail = JSON.parse(item.detail); let detail = JSON.parse(item.detail);
this.newIndex = detail.newIndex; this.newIndex = detail.newIndex;
this.oldIndex = detail.oldIndex; this.oldIndex = detail.oldIndex;
this.selectedText = detail.selectedText; this.quote = detail.quote;
} }
} }