|
@@ -51,8 +51,8 @@ async function updateSetting() {
|
|
|
const settingRes = await getInspectedSettingOfImportInspect(
|
|
|
studentId as string
|
|
|
);
|
|
|
- const { examType, fileServer } = settingRes.data;
|
|
|
- store.initSetting({ examType, fileServer } as AdminPageSetting);
|
|
|
+ const { examType, fileServer, doubleTrack } = settingRes.data;
|
|
|
+ store.initSetting({ examType, fileServer, doubleTrack } as AdminPageSetting);
|
|
|
// store.status.totalCount = settingRes.data.inspectCount;
|
|
|
// store.status.markedCount = 0;
|
|
|
|