联调实时数据页面
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user