修改承载能力评估策略页面 修改 全局样式

This commit is contained in:
GGJ
2024-03-20 15:10:41 +08:00
parent b03a16de7d
commit e6deaa3fb1
4 changed files with 154 additions and 67 deletions

View File

@@ -15,7 +15,6 @@ export function addUse(data) {
method: 'post',
data
})
}
//承载能力评估用户编辑
export function updateUse(data) {
@@ -47,6 +46,22 @@ export function queyDetail() {
method: 'post'
})
}
// 用户新增承载能力评估策略(电弧炉)
export function adddhl(data) {
return createAxios({
url: '/advance-boot/carrycapacity/adddhl',
method: 'post',
data
})
}
//承载能力评估策略初始化查询(电弧炉)
export function queyDetailDhl() {
return createAxios({
url: '/advance-boot/carrycapacity/queyDetailDhl',
method: 'post'
})
}
//用户新增承载能力评估策略
export function addCarryc(data) {
return createAxios({