|
@@ -263,7 +263,7 @@ watch(
|
|
|
const curStudentFirstPage = val.papers[0]?.pages[0];
|
|
|
if (!curStudentFirstPage) return;
|
|
|
|
|
|
- paperTypeResult.value = curStudentFirstPage.paperType.result;
|
|
|
+ paperTypeResult.value = val.paperType;
|
|
|
paperTypeType.value = curStudentFirstPage.paperType.type;
|
|
|
const recogData = curStudentFirstPage.recogData;
|
|
|
const regdata = parseRecogData(recogData);
|