1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 00:20:07 +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);
this.newIndex = detail.newIndex;
this.oldIndex = detail.oldIndex;
this.selectedText = detail.selectedText;
this.quote = detail.quote;
}
}