联调 辽宁台账维护 页面 修改 冀北 bug
This commit is contained in:
10
src/api/device-boot/newEnergy.ts
Normal file
10
src/api/device-boot/newEnergy.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 新能源场站高低电压穿越信息更新
|
||||
export function editNewStation(data: any) {
|
||||
return request({ url: '/device-boot/newStation/editNewStation', method: 'post', data })
|
||||
}
|
||||
// 新能源场站高低电压穿越信息删除
|
||||
export function delNewStation(data: any) {
|
||||
return request({ url: '/device-boot/newStation/delNewStation', method: 'delete', params: data })
|
||||
}
|
||||
Reference in New Issue
Block a user