大区树
This commit is contained in:
@ -7,4 +7,22 @@ export function list() {
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
export function areaSelect() {
|
||||
return request({
|
||||
url: '/system/area/select',
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
export function getProvinceByArea(id) {
|
||||
return request({
|
||||
url: '/system/province/getProvinceByArea?areaId=' + id,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
export function getProvinceByParent(id) {
|
||||
return request({
|
||||
url: '/system/province/getProvinceByParent?parent=' + id,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user