|
@@ -77,6 +77,9 @@ export const useDataCheckStore = defineStore("dataCheck", {
|
|
|
if (!this.curStudent) return;
|
|
|
const { uri, pageIndex, paperIndex } = data;
|
|
|
this.curStudent.papers[paperIndex].pages[pageIndex].sheetUri = uri;
|
|
|
+ if (this.curPage?.sheetUri) {
|
|
|
+ this.curPage.sheetUri = uri;
|
|
|
+ }
|
|
|
},
|
|
|
modifyPaperType(data: UpdatePaperType) {
|
|
|
if (!this.curStudent) return;
|