海南验收问题整改

This commit is contained in:
GGJ
2024-11-22 08:45:42 +08:00
parent 94ac7ee227
commit 7e315466d0
17 changed files with 710 additions and 589 deletions

View File

@@ -7,4 +7,12 @@ export function voltageRideThroughEventQueryPage(data: any) {
method: 'post',
data
})
}
//更新暂降核实原因
export function updateEventReason(data: any) {
return request({
url: '/event-boot/transient/updateEventReason',
method: 'post',
data
})
}