Commit 0527869d authored by wanglianghe's avatar wanglianghe

码头地区选择

parent 07deecd3
......@@ -71,3 +71,12 @@ export function exportRegionExcel(query) {
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