|
@@ -1522,12 +1522,6 @@ export function buildingQueryAndCount(param, success) {
|
|
|
http.postJson(url, param, success)
|
|
|
}
|
|
|
|
|
|
-// 查询分区统计信息
|
|
|
-export function countObjZone(param, success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/zone/count`;
|
|
|
- http.postJson(url, param, success)
|
|
|
-}
|
|
|
-
|
|
|
// 查询建筑楼层-统计业务空间state
|
|
|
export function queryBFloorWithState(param, success) {
|
|
|
let url = `${baseUrl}/datacenter/object/zone/building-floor`;
|
|
@@ -1575,12 +1569,6 @@ export function countZone(param, success) {
|
|
|
http.postJson(url, data, success)
|
|
|
}
|
|
|
|
|
|
-//查询所有空间信息
|
|
|
-export function queryAllZone(param, success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/zone/query`;
|
|
|
- http.postJson(url, param, success)
|
|
|
-}
|
|
|
-
|
|
|
//查询空间信息父类
|
|
|
export function queryParentZone(param, success) {
|
|
|
let url = `${baseUrl}/datacenter/zonespacebase/query`;
|
|
@@ -1990,26 +1978,6 @@ export function zoneCount(param,success) {
|
|
|
let url = `${baseUrl}/datacenter/object/zone/count`
|
|
|
http.postJson(url,param,success)
|
|
|
}
|
|
|
-//更新分区对象信息
|
|
|
-export function handleZoneUpdate(param,success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/zone/update`
|
|
|
- http.postJson(url,param,success)
|
|
|
-}
|
|
|
-//查询空间信息
|
|
|
-export function searchZoneQuery(param,success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/zone/query`
|
|
|
- http.postJson(url,param,success)
|
|
|
-}
|
|
|
-// 根据id删除分区对象
|
|
|
-export function handleZoneDelete(param,success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/zone/delete`
|
|
|
- http.postJson(url,param,success)
|
|
|
-}
|
|
|
-//更新分区对象信息
|
|
|
-export function handleZoneObjectUpdate(param,success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/zone/update`
|
|
|
- http.postJson(url,param,success)
|
|
|
-}
|
|
|
//修改业务空间对象和建筑楼层的关系
|
|
|
export function handleZoneUpdateBd(param,success) {
|
|
|
let url = `${baseUrl}/datacenter/object/zone/update-fl-bd`
|