fix(admin): 考试列表接口 200 但页面一直报加载失败 #80

Merged
wangziqi merged 1 commits from fix/exams-schema into main 2026-08-12 02:29:01 +00:00
+2 -1
View File
@@ -310,7 +310,8 @@ export const examSchema = z
id: z.number(),
examName: z.string(),
examType: z.string(),
isArchived: z.boolean(),
// 归档状态存在 status 列(active/archived),接口不返回 isArchived
status: z.string(),
})
.passthrough();