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

This commit is contained in:
zhujiyan
2024-05-22 16:25:29 +08:00
parent 3a4b3edae5
commit b49d6defcc
4 changed files with 207 additions and 93 deletions

View File

@@ -198,4 +198,13 @@ export function handleWarningAlarmFlag(data) {
method: 'POST',
data
})
}
}
//提交用户投诉新增表单
export function addComplaintsData(data) {
return createAxios({
url: '/supervision-boot/SupervisionUserComplaint/add',
method: 'POST',
data
})
}