|
@@ -128,7 +128,7 @@ export async function doProblemType(problemId: number) {
|
|
|
|
|
|
markResult.spent = Date.now() - store.currentTask.__markStartTime;
|
|
markResult.spent = Date.now() - store.currentTask.__markStartTime;
|
|
markResult = { ...markResult };
|
|
markResult = { ...markResult };
|
|
-
|
|
|
|
|
|
+ delete markResult.unselective;
|
|
return httpApp.post<CommonResponse>("/mark/saveTask", markResult);
|
|
return httpApp.post<CommonResponse>("/mark/saveTask", markResult);
|
|
}
|
|
}
|
|
|
|
|