基本配置修改 优化
This commit is contained in:
parent
1b8c4b28d0
commit
aa0a3b553c
|
|
@ -25,6 +25,24 @@ export function getTree(query) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//获取组织树区域
|
||||||
|
export function getTreeArea(query) {
|
||||||
|
return request({
|
||||||
|
url: '/smart-canteen/api/v2/report/areatree',
|
||||||
|
method: 'get',
|
||||||
|
params: query
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
//获取组织树
|
||||||
|
export function getplaceList(query) {
|
||||||
|
return request({
|
||||||
|
url: '/smart-canteen/api/v2/report/getplaceList',
|
||||||
|
method: 'post',
|
||||||
|
data: query
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
// 查询详情列表
|
// 查询详情列表
|
||||||
export function getDetailList(query) {
|
export function getDetailList(query) {
|
||||||
return request({
|
return request({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue