|
@@ -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-component/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-component/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-component/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-component/labsl/major/category`, postParams)
|
|
}
|
|
}
|
|
// 查询设备图例图片
|
|
// 查询设备图例图片
|
|
export function queryLegend(postParams: any): any {
|
|
export function queryLegend(postParams: any): any {
|