From 609489a4c5e8f6509caaecc900917ad89dc1e410 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Tue, 9 Jul 2024 13:20:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=20=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E7=9B=91=E6=B5=8B=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/process-boot/electricitymanagement.ts | 8 ++++ .../components1/form/detail.vue | 41 +++++++------------ .../electricalEnergy/components1/online.vue | 14 ++++--- .../interferenceUserTable.vue | 7 +++- .../components/undocumented/addForm.vue | 5 +++ 5 files changed, 41 insertions(+), 34 deletions(-) diff --git a/src/api/process-boot/electricitymanagement.ts b/src/api/process-boot/electricitymanagement.ts index 061774e9..278634f3 100644 --- a/src/api/process-boot/electricitymanagement.ts +++ b/src/api/process-boot/electricitymanagement.ts @@ -237,3 +237,11 @@ export function getLineDetailByDeptId(obj: any) { data: form }) } +//查看越限详情 +export function overLimitDetail(data: any) { + return createAxios({ + url: '/supervision-boot/onlineMonitor/overLimitDetail', + method: 'POST', + data + }) +} diff --git a/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue b/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue index a67f1151..ce1c70f1 100644 --- a/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue +++ b/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue @@ -1,27 +1,9 @@