刘洋 1 жил өмнө
parent
commit
665cf9c877

+ 2 - 1
src/features/admin/confirmPaper/check.d.ts

@@ -24,7 +24,8 @@ export type StudentInfo = {
     subNumber: string;
     answer: string;
     /** 试卷结构中是否有此数据 */
-    exist: boolean
+    exist: boolean;
+    type?: any;
   }[];
   titles: { [index: number]: string };
 };