This commit is contained in:
parent
d52771a9d5
commit
8e6643d1bf
|
|
@ -1,49 +1,7 @@
|
||||||
<<<<<<< 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";
|
import request from "@/utils/request";
|
||||||
|
|
||||||
//
|
//
|
||||||
export function loadBrand(limit) {
|
export function loadBrand(limit) {
|
||||||
>>>>>>> e2f5089284f1c05f354c02866f5974611b2c2d6d
|
|
||||||
return request({
|
return request({
|
||||||
url: `brand?limit=${limit}`,
|
url: `brand?limit=${limit}`,
|
||||||
method: "GET",
|
method: "GET",
|
||||||
|
|
|
||||||
|
|
@ -4,45 +4,6 @@ import request from "@/utils/request";
|
||||||
export function GetKdfhzy() {
|
export function GetKdfhzy() {
|
||||||
return request({
|
return request({
|
||||||
url: `/api/GetAdjustableload`,
|
url: `/api/GetAdjustableload`,
|
||||||
<<<<<<< HEAD
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 可调负荷策略
|
|
||||||
export function GetKdfhcl () {
|
|
||||||
return request({
|
|
||||||
url: `/api/GetLoadControlStrategy`,
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 可调负荷分析
|
|
||||||
export function GetKdfhfx () {
|
|
||||||
return request({
|
|
||||||
url: `/api/GetAdjustableLoadAnalysis`,
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 刚性可调负荷
|
|
||||||
export function GetGang () {
|
|
||||||
return request({
|
|
||||||
url: `/api/GetRigidAdjustableLoads`,
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 柔性可调负荷
|
|
||||||
export function GetRou () {
|
|
||||||
return request({
|
|
||||||
url: `/api/GetFlexibleAdjustableLoad`,
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
//可调设备
|
|
||||||
export function GetKdsb () {
|
|
||||||
return request({
|
|
||||||
url: `/api/GetAdjustableDevice`,
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
=======
|
|
||||||
method: "GET",
|
method: "GET",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -80,5 +41,4 @@ export function GetKdsb() {
|
||||||
url: `/api/GetAdjustableDevice`,
|
url: `/api/GetAdjustableDevice`,
|
||||||
method: "GET",
|
method: "GET",
|
||||||
});
|
});
|
||||||
>>>>>>> e2f5089284f1c05f354c02866f5974611b2c2d6d
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue