优化了死亡模块,修改状态在群不在群
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user