remove contest type
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-05-26 23:10:15 -06:00
parent c1678c9060
commit cb7743367a
11 changed files with 246 additions and 89 deletions

View File

@@ -95,7 +95,6 @@ async function listRanks() {
const res = await getContestRank(props.contestID, {
limit: query.limit,
offset: query.limit * (query.page - 1),
force_refresh: "1",
})
total.value = res.data.total
data.value = res.data.results
@@ -225,7 +224,6 @@ async function downloadExcel() {
const res = await getContestRank(props.contestID, {
limit: total.value || 10000,
offset: 0,
force_refresh: "1",
})
const allRanks: ContestRank[] = res.data.results