|
@@ -19,20 +19,20 @@ export function readPubGroup(postParams: any): any {
|
|
|
|
|
|
//查询楼层
|
|
//查询楼层
|
|
export function buildiFloor(postParams: any): any {
|
|
export function buildiFloor(postParams: any): any {
|
|
- return httputils.postJson(`/equip-componnet/labsl/building/floor`, postParams)
|
|
|
|
|
|
+ return httputils.postJson(`/equip-componnet2/labsl/building/floor`, postParams)
|
|
}
|
|
}
|
|
// 查询设备类型
|
|
// 查询设备类型
|
|
export function readCategory(postParams: any): any {
|
|
export function readCategory(postParams: any): any {
|
|
- return httputils.postJson(`/equip-componnet/labsl/category`, postParams)
|
|
|
|
|
|
+ return httputils.postJson(`/equip-componnet2/labsl/category`, postParams)
|
|
}
|
|
}
|
|
|
|
|
|
// 查询设备
|
|
// 查询设备
|
|
export function queryEquip(postParams: any): any {
|
|
export function queryEquip(postParams: any): any {
|
|
- return httputils.postJson(`/equip-componnet/labsl/query/equip`, postParams)
|
|
|
|
|
|
+ return httputils.postJson(`/equip-componnet2/labsl/query/equip`, postParams)
|
|
}
|
|
}
|
|
// 根据设备 id 查询设备对应的专业 /labsl/major/category
|
|
// 根据设备 id 查询设备对应的专业 /labsl/major/category
|
|
export function queryCategory(postParams: any): any {
|
|
export function queryCategory(postParams: any): any {
|
|
- return httputils.postJson(`/equip-componnet/labsl/major/category`, postParams)
|
|
|
|
|
|
+ return httputils.postJson(`/equip-componnet2/labsl/major/category`, postParams)
|
|
}
|
|
}
|
|
// 查询设备图例图片
|
|
// 查询设备图例图片
|
|
export function queryLegend(postParams: any): any {
|
|
export function queryLegend(postParams: any): any {
|
|
@@ -40,11 +40,11 @@ export function queryLegend(postParams: any): any {
|
|
}
|
|
}
|
|
// 查询设备的所有信息点数组
|
|
// 查询设备的所有信息点数组
|
|
export function queryDict(postParams: any): any {
|
|
export function queryDict(postParams: any): any {
|
|
- return httputils.postJson(`/datacenter/dict/query`, postParams)
|
|
|
|
|
|
+ return httputils.postJson(`/datacenter2/dict/query`, postParams)
|
|
}
|
|
}
|
|
// 查询设备某个信息点详情的值 --- (用于点击图中信息点调用)
|
|
// 查询设备某个信息点详情的值 --- (用于点击图中信息点调用)
|
|
export function queryEquipMsg(postParams: any): any {
|
|
export function queryEquipMsg(postParams: any): any {
|
|
- return httputils.postJson(`/datacenter/object/equip/query`, postParams)
|
|
|
|
|
|
+ return httputils.postJson(`/datacenter2/object/equip/query`, postParams)
|
|
}
|
|
}
|
|
// 管道列表的获取
|
|
// 管道列表的获取
|
|
export function queryPipeline(postParams: any): any {
|
|
export function queryPipeline(postParams: any): any {
|