mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 19:51:56 +08:00
赛会自动排班
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user