绝大部分页面修改完成
This commit is contained in:
@@ -49,4 +49,12 @@ export function getSheepInfo(manageTags) {
|
||||
url: '/sheep_death/death/sheepInfo/' + manageTags,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 获取疾病树形列表
|
||||
export function getDiseaseTree() {
|
||||
return request({
|
||||
url: '/sheep_death/death/disease/tree',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user