check history of flowchart
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-12-29 22:24:35 +08:00
parent 5fc3de821a
commit 397ed006b1
4 changed files with 72 additions and 41 deletions

View File

@@ -304,6 +304,12 @@ export function getCurrentProblemFlowchartSubmission(problemId: number) {
})
}
export function getFlowchartSubmissionDetail(problemId: number, page = 0) {
return http.get("flowchart/submission/detail", {
params: { problem_id: problemId, page },
})
}
// ==================== 题单相关API ====================
export function getProblemSetList(