修改分组管理页面,新增羊只分组页面

This commit is contained in:
wyt
2025-07-16 18:24:18 +08:00
parent f64c59b2d5
commit 5f1a969db8
3 changed files with 337 additions and 0 deletions

View File

@@ -42,3 +42,11 @@ export function delGroup_management(groupId) {
method: 'delete'
})
}
// 查询所有叶子分组
export function listLeafGroup() {
return request({
url: '/group_management/group_management/leaf',
method: 'get'
})
}