提交 高低电压穿越 页面
This commit is contained in:
10
src/api/event-boot/highAndLowPressure.ts
Normal file
10
src/api/event-boot/highAndLowPressure.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
//获取地图点位数据
|
||||
export function voltageRideThroughEventQueryPage(data: any) {
|
||||
return request({
|
||||
url: '/event-boot/voltageRideThrough/voltageRideThroughEventQueryPage',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user