From b49d6defcc238c0ef2f5bccb57dee9ea7ef52d4d Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Wed, 22 May 2024 16:25:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E8=83=BD=E8=B4=A8=E9=87=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98-=E7=94=A8=E6=88=B7=E6=8A=95=E8=AF=89=E8=81=94?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/process-boot/electricitymanagement.ts | 11 +- .../components1/complaints.vue | 81 ++++--- .../components1/form/complaintsForm.vue | 202 +++++++++++++----- .../pqs/supervise/electricalEnergy/index.vue | 6 +- 4 files changed, 207 insertions(+), 93 deletions(-) diff --git a/src/api/process-boot/electricitymanagement.ts b/src/api/process-boot/electricitymanagement.ts index f1a9f277..a7120555 100644 --- a/src/api/process-boot/electricitymanagement.ts +++ b/src/api/process-boot/electricitymanagement.ts @@ -198,4 +198,13 @@ export function handleWarningAlarmFlag(data) { method: 'POST', data }) -} \ No newline at end of file +} + +//提交用户投诉新增表单 +export function addComplaintsData(data) { + return createAxios({ + url: '/supervision-boot/SupervisionUserComplaint/add', + method: 'POST', + data + }) +} diff --git a/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue b/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue index 275fc818..d042e1b3 100644 --- a/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue +++ b/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue @@ -1,4 +1,5 @@ diff --git a/src/views/pqs/supervise/electricalEnergy/index.vue b/src/views/pqs/supervise/electricalEnergy/index.vue index 4077fc63..03a549e3 100644 --- a/src/views/pqs/supervise/electricalEnergy/index.vue +++ b/src/views/pqs/supervise/electricalEnergy/index.vue @@ -2,13 +2,13 @@
- + - + - +