|
@@ -371,7 +371,7 @@ export default {
|
|
|
if (this.IS_UNDO_MODEL) {
|
|
|
datas.paperLibraryIds = this.curPage.paperLibraryId;
|
|
|
} else {
|
|
|
- datas.paperLibraryIds = this.student.pageList
|
|
|
+ datas.paperLibraryIds = [this.curPage, ...this.undoPageList]
|
|
|
.map((item) => item.paperLibraryId)
|
|
|
.join();
|
|
|
}
|