联调 承载能力评估 40%
This commit is contained in:
@@ -13,14 +13,14 @@ export function updateUse(data) {
|
||||
return createAxios({
|
||||
url: '/advance-boot/carrycapacityuser/update',
|
||||
method: 'post',
|
||||
params: data
|
||||
data
|
||||
})
|
||||
}
|
||||
//承载能力评估用户批量删除
|
||||
export function removeUse(data) {
|
||||
return createAxios({
|
||||
url: '/advance-boot/carrycapacityuser/remove',
|
||||
method: 'post',
|
||||
method: 'POST',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
@@ -32,3 +32,27 @@ export function carryCapacityTree() {
|
||||
|
||||
})
|
||||
}
|
||||
//承载能力评估策略初始化查询
|
||||
export function queyDetail() {
|
||||
return createAxios({
|
||||
url: '/advance-boot/carrycapacity/queyDetail',
|
||||
method: 'post',
|
||||
|
||||
})
|
||||
}
|
||||
//承载能力评估策略初始化查询
|
||||
export function addCarryc() {
|
||||
return createAxios({
|
||||
url: '/advance-boot/carrycapacity/add',
|
||||
method: 'post',
|
||||
|
||||
})
|
||||
}
|
||||
//承载能力评估策略一键还原
|
||||
export function restore() {
|
||||
return createAxios({
|
||||
url: '/advance-boot/carrycapacity/restore',
|
||||
method: 'post',
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
@@ -15,6 +15,13 @@ export function getAreaList() {
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
// 获取省市区下拉框
|
||||
export function areaSelect() {
|
||||
return createAxios({
|
||||
url: '/system-boot/area/areaSelect',
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
|
||||
// 设备列表
|
||||
export function getDeviceTree() {
|
||||
|
||||
Reference in New Issue
Block a user