电能质量问题-在线监测-列表展示/发起预警/告警单修改

This commit is contained in:
zhujiyan
2024-05-22 14:10:58 +08:00
parent c1919024f4
commit 3e634124b8
2 changed files with 40 additions and 8 deletions

View File

@@ -190,3 +190,12 @@ export function uploadFile(data) {
data
})
}
//发起预警单,发起告警单
export function handleWarningAlarmFlag(data) {
return createAxios({
url: '/supervision-boot/warningLeaflet/addLineOverLimitData',
method: 'POST',
data
})
}