更新bug

This commit is contained in:
2024-11-18 10:44:51 +08:00
parent 8f1e5212e3
commit df530abb90
8 changed files with 145 additions and 134 deletions

View File

@@ -8,7 +8,13 @@ export function createGroupRule(data) {
data: data
})
}
// 作废排班规则
export function disableGroupRule(id) {
return request({
url: '/base/group-scheduling-rule/disable?id=' + id,
method: 'post',
})
}
// 更新排班规则基础信息
export function updateGroupRule(data) {
return request({