Commit a1c9e238 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

Merge remote-tracking branch 'origin/dev' into dev

parents 7b63f769 32429172
...@@ -71,3 +71,12 @@ export function exportRegionExcel(query) { ...@@ -71,3 +71,12 @@ export function exportRegionExcel(query) {
responseType: 'blob' responseType: 'blob'
}) })
} }
// 获得国家树
export function getListTree(query) {
return request({
url: '/ecw/region/getListTree',
method: 'get',
params: query
})
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment