终端入网检测选择所属供电公司数据接口更换
This commit is contained in:
@@ -15,6 +15,13 @@ export function getAreaList() {
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
//获取去所有区域列表
|
||||
export function getAllDeptList() {
|
||||
return createAxios({
|
||||
url: '/user-boot/dept/orgTreeSelector',
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
// 获取省市区下拉框
|
||||
export function areaSelect() {
|
||||
return createAxios({
|
||||
|
||||
Reference in New Issue
Block a user