Merge branch 'dev' of http://59.110.10.99:53000/liuc/fe_supplier_frontend into dev
This commit is contained in:
@ -28,11 +28,13 @@ export async function getRegionTree(){
|
||||
method: 'GET',
|
||||
})
|
||||
}
|
||||
|
||||
// 获取全球
|
||||
export async function getregionInternational(){
|
||||
return request('/api/cosco/dictRegion/regionInternational', {
|
||||
interface getregionInternationalParams {
|
||||
pId: string | number;
|
||||
}
|
||||
export async function getregionInternational(params:getregionInternationalParams){
|
||||
return request('/api/v1/dictRegionInternational/getChild', {
|
||||
method: 'GET',
|
||||
params
|
||||
})
|
||||
}
|
||||
export async function getAllAreaList(){
|
||||
|
Reference in New Issue
Block a user