|
@@ -1226,7 +1226,7 @@ export function sysUnlinkEquip(param, success) {
|
|
|
|
|
|
//设备清单 - 统计项目下所有设备数量
|
|
|
export function countEquip(param, success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/equip/count`;
|
|
|
+ let url = `${baseUrl}/datacenter/equip/count`;
|
|
|
http.postJson(url, param, success)
|
|
|
}
|
|
|
|
|
@@ -1413,7 +1413,7 @@ export function countGeneralSys(param, success) {
|
|
|
//头部信息查询(查询所有设备类型-所有部件类型-所有系统类型-所有专业类型)
|
|
|
export function queryPhysicsAllType(param, success) {
|
|
|
let url = `${baseUrl}/datacenter/class-def/category?type=${param}`;
|
|
|
- http.postJson(url, {type:param }, success)
|
|
|
+ http.postJson(url, {}, success)
|
|
|
}
|
|
|
|
|
|
//查询所有设备族信息
|
|
@@ -1574,7 +1574,7 @@ export function projectQuery(param, success) {
|
|
|
|
|
|
//查询楼层信息
|
|
|
export function floorQuery(param, success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/floor/query`;
|
|
|
+ let url = `${baseUrl}/datacenter/floor/query`;
|
|
|
http.postJson(url, param, success)
|
|
|
}
|
|
|
|
|
@@ -1586,7 +1586,7 @@ export function floorQueryAndSign(param, success) {
|
|
|
|
|
|
//查询建筑信息
|
|
|
export function buildingQuery(param, success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/building/query`;
|
|
|
+ let url = `${baseUrl}/datacenter/building/query`;
|
|
|
http.postJson(url, param, success)
|
|
|
}
|
|
|
|
|
@@ -2278,4 +2278,4 @@ export function objectDeleteBuild(param, success) {
|
|
|
export function problemQuery(param, success) {
|
|
|
let url = `${baseUrl}/datacenter/problems/query`
|
|
|
http.postJson(url, param, success)
|
|
|
-}
|
|
|
+}
|