繁育多个页面的多耳号查询

This commit is contained in:
zyk
2026-01-27 15:22:34 +08:00
parent 0280c3d013
commit 48694a63d9
16 changed files with 1865 additions and 91 deletions

View File

@@ -57,4 +57,13 @@ export function getDiseaseTree() {
url: '/sheep_death/death/disease/tree',
method: 'get'
})
}
// 模糊查询母羊耳号列表
export function searchEarNumbers(query) {
return request({
url: '/sheep_death/death/search_ear_numbers', // 根据实际路径修改
method: 'get',
params: { query }
})
}