赛会自动排班

This commit is contained in:
wuyibo
2022-11-12 21:34:36 +08:00
parent 0206ffc298
commit f080128a5a
10 changed files with 451 additions and 7 deletions

View File

@@ -25,6 +25,15 @@ export function addCompetitionTeamGroup(data) {
data: data
})
}
// 赛会中-分组下一键自动排循环赛
export function arrangeTeamGroupSchedule(data) {
return request({
url: '/system/competitionTeamGroup/arrangeTeamGroupSchedule',
method: 'post',
data: data
})
}
// 修改赛会中-分组
export function updateCompetitionTeamGroup(data) {