联调实时数据页面

This commit is contained in:
GGJ
2025-03-13 18:26:03 +08:00
parent 5f125afede
commit bcf9c78fac
23 changed files with 2513 additions and 370 deletions

View File

@@ -15,4 +15,12 @@ export function updateEventReason(data: any) {
method: 'post',
data
})
}
}
//获取暂态事件明细
export function queryEventDetailByEventId(params: any) {
return request({
url: '/event-boot/rmpEventDetail/queryEventDetailByEventId',
method: 'GET',
params
})
}