From 92000b039f2a3b88c16a32cd36c7f4683ea2644e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Tue, 27 Feb 2024 11:17:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/event-boot/transient.ts | 20 +++ src/views/auth/audit/index.vue | 2 +- .../online/eventStatistics/index.vue | 24 +-- .../online/eventStudy/index.vue | 163 +++++++----------- .../monitoringPoint/online/index.vue | 8 +- 5 files changed, 103 insertions(+), 114 deletions(-) create mode 100644 src/api/event-boot/transient.ts diff --git a/src/api/event-boot/transient.ts b/src/api/event-boot/transient.ts new file mode 100644 index 00000000..0fa54e99 --- /dev/null +++ b/src/api/event-boot/transient.ts @@ -0,0 +1,20 @@ +import request from '@/utils/request' + +export function downloadWaveFile(data: any) { + return request({ + url: '/event-boot/transient/downloadWaveFile', + method: 'post', + data: data.lineId, + responseType: 'blob' + }) +} + +// 事件分析 shushiboxi 获取数据 +export function getMonitorEventAnalyseWave(data:any) { + return request({ + url: "/event-boot/transient/getTransientAnalyseWave", + method: "post", + data + }); +} + diff --git a/src/views/auth/audit/index.vue b/src/views/auth/audit/index.vue index f9a7b5d8..24b64a78 100644 --- a/src/views/auth/audit/index.vue +++ b/src/views/auth/audit/index.vue @@ -23,7 +23,7 @@ const tableStore = new TableStore({ method: 'POST', url: '/user-boot/user/checkUserList', column: [ - // { width: '60', type: 'checkbox' }, + { width: '60', type: 'checkbox' }, { title: '名称', field: 'name' }, { title: '登录名', field: 'loginName' }, { title: '角色', field: 'roleName' }, diff --git a/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue b/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue index f99bb014..70f2e1d2 100644 --- a/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue +++ b/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue @@ -1,22 +1,22 @@ diff --git a/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue b/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue index 9d18be8d..6bf47dbe 100644 --- a/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue +++ b/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue @@ -3,57 +3,48 @@ - +
diff --git a/src/views/pms/voltageSags/monitoringPoint/online/index.vue b/src/views/pms/voltageSags/monitoringPoint/online/index.vue index 2d4ea6e1..8f993fba 100644 --- a/src/views/pms/voltageSags/monitoringPoint/online/index.vue +++ b/src/views/pms/voltageSags/monitoringPoint/online/index.vue @@ -1,16 +1,16 @@