Merge branch 'main' of http://e19510c831.iok.la/admin/zhyc-sheep-ui
This commit is contained in:
@@ -42,3 +42,14 @@ export function delPregnancy_Test(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 根据耳号查询羊只信息
|
||||
export function getSheepByManageTags(manageTags) {
|
||||
return request({
|
||||
url: '/Pregnancy_Test/Pregnancy_Test/getSheepByManageTags',
|
||||
method: 'get',
|
||||
params: {
|
||||
manageTags: manageTags
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user