瀏覽代碼

feat: 批量纠错

zhangjie 9 月之前
父節點
當前提交
03c770e342
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/record/components/LibraryDialog.vue

+ 1 - 1
src/modules/record/components/LibraryDialog.vue

@@ -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();
       }