shuinichang_/src/api/fhgl.js

52 lines
943 B
JavaScript

<<<<<<< HEAD
import request from '@/utils/request'
// 负荷管理
export function GetFhgl () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 负荷分析
export function GetFhfx () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 变压器负载率
export function GetByqfzl () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 负荷分类
export function GetFhfl () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 生产线负荷占比
export function GetFhzb () {
return request({
url: `brand?limit=${limit}`,
method: 'GET'
})
}
// 生产线负荷
export function GetScxfh () {
=======
import request from "@/utils/request";
//
export function loadBrand(limit) {
>>>>>>> d12dd164c5611f550b3ec7804fac54967e0e4100
return request({
url: `brand?limit=${limit}`,
method: "GET",
});
}