联调 在线监测详情

This commit is contained in:
GGJ
2024-07-09 13:20:11 +08:00
parent d3b7219854
commit 609489a4c5
5 changed files with 41 additions and 34 deletions

View File

@@ -237,3 +237,11 @@ export function getLineDetailByDeptId(obj: any) {
data: form
})
}
//查看越限详情
export function overLimitDetail(data: any) {
return createAxios({
url: '/supervision-boot/onlineMonitor/overLimitDetail',
method: 'POST',
data
})
}