优化了死亡模块,修改状态在群不在群

This commit is contained in:
zyk
2025-08-24 12:17:42 +08:00
parent 393e44442a
commit dc36abbb24
2 changed files with 76 additions and 5 deletions

View File

@@ -41,4 +41,12 @@ export function delDeath(id) {
url: '/sheep_death/death/' + id,
method: 'delete'
})
}
// 根据管理耳号查询羊只信息
export function getSheepInfo(manageTags) {
return request({
url: '/sheep_death/death/sheepInfo/' + manageTags,
method: 'get'
})
}