羊只分组页面下拉框调整为嵌套查询,羊舍管理添加可视化

This commit is contained in:
wyt
2025-08-20 18:42:55 +08:00
parent 8624037266
commit d8c918768a
4 changed files with 218 additions and 10 deletions

View File

@@ -55,3 +55,11 @@ export function checkSheepfoldNoExist(ranchId, sheepfoldTypeId, sheepfoldNo) {
}
})
}
// 获取树形座位图(牧场 → 类型 → 羊舍 → 排栏)
export function getSeatMap() {
return request({
url: '/sheepfold_management/sheepfold_management/seatMap',
method: 'get'
})
}