监测点管理页面

This commit is contained in:
stt
2025-12-09 14:56:33 +08:00
parent 4e6bd55089
commit 5268b93dd0
2 changed files with 276 additions and 0 deletions

View File

@@ -261,4 +261,13 @@ export function getSimpleLine() {
}
export function getLineExport(data:any) {
return request({
url: '/cs-harmonic-boot/eventReport/getLineExport',
method: 'post',
data: data,
responseType: 'blob'
})
}