电能质量问题-用户投诉联调

This commit is contained in:
zhujiyan
2024-05-22 19:55:57 +08:00
parent 1afc303fcd
commit f849e8611a
3 changed files with 65 additions and 33 deletions

View File

@@ -208,3 +208,12 @@ export function addComplaintsData(data) {
data
})
}
//针对用户投诉确认发起告警单
export function sureInitiateWarningLeaflet(query) {
return createAxios({
url: '/supervision-boot/SupervisionUserComplaint/initiateWarningLeaflet',
method: 'GET',
params:query
})
}