修改bug

This commit is contained in:
2023-09-20 16:57:20 +08:00
parent 646859aeef
commit ebcf3d4d78
9 changed files with 118 additions and 21 deletions

View File

@@ -19,9 +19,10 @@ export function createOrUpdateList(data) {
}
// 自动排班,填充上月已有的排班
export function autoSet() {
export function autoSet(query) {
return request({
url: '/base/group-team-scheduling/autoSet',
method: 'get'
method: 'get',
params: query
})
}