This commit is contained in:
2023-09-20 16:57:20 +08:00
rodzic 646859aeef
commit ebcf3d4d78
9 zmienionych plików z 118 dodań i 21 usunięć

Wyświetl plik

@@ -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
})
}