基本配置修改 优化

This commit is contained in:
lizhenhua 2025-09-27 14:22:57 +08:00
parent 1b8c4b28d0
commit aa0a3b553c
1 changed files with 18 additions and 0 deletions

View File

@ -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) {
return request({