修改羊舍管理页面

This commit is contained in:
wyt
2026-02-02 16:20:34 +08:00
parent 9a0ab5605a
commit 73c95a1df3
4 changed files with 257 additions and 140 deletions

View File

@@ -9,6 +9,16 @@ export function listSheepfold_management(query) {
})
}
// 主表格:羊舍级别汇总查询
export function listSheepfoldSummary(query) {
return request({
url: '/sheepfold_management/sheepfold_management/summaryList',
method: 'get',
params: query
})
}
// 查询羊舍管理详细
export function getSheepfold_management(id) {
return request({