电能质量问题-用户投诉联调
This commit is contained in:
@@ -208,3 +208,12 @@ export function addComplaintsData(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
//针对用户投诉确认发起告警单
|
||||
export function sureInitiateWarningLeaflet(query) {
|
||||
return createAxios({
|
||||
url: '/supervision-boot/SupervisionUserComplaint/initiateWarningLeaflet',
|
||||
method: 'GET',
|
||||
params:query
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user