删除 src/api/sheep_file/sheep_file.js
This commit is contained in:
parent
1ad4b3ea3d
commit
d87950bb70
@ -1,27 +0,0 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 查询羊只档案列表
|
||||
export function listSheep_file(query) {
|
||||
return request({
|
||||
url: '/sheep_file/sheep_file/list',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 查询羊只档案详细
|
||||
export function getSheep_file(id) {
|
||||
return request({
|
||||
url: '/sheep_file/sheep_file/' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 删除羊只档案
|
||||
export function delSheep_file(id) {
|
||||
return request({
|
||||
url: '/sheep_file/sheep_file/' + id,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user