终端入网检测选择所属供电公司数据接口更换

This commit is contained in:
zhujiyan
2024-05-21 14:29:18 +08:00
parent f2c90cd134
commit 520b39719f
2 changed files with 9 additions and 2 deletions

View File

@@ -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({