From 696cc76210204970c4a0f8cadf25c0843e8c304f Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Fri, 1 Mar 2024 16:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=8D=95=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../terminal/FrontManagement/index.vue | 8 +- .../Region/transientList/index.vue | 375 ++++++++++++++++++ .../analyse/eventCorrelation/index.vue | 2 +- .../analyse/eventwaveform/index.vue | 1 + .../voltageSags/analyse/impactscope/index.vue | 1 + .../voltageSags/report/eventReports/index.vue | 6 +- 6 files changed, 386 insertions(+), 7 deletions(-) create mode 100644 src/views/pqs/voltageSags/Region/transientList/index.vue diff --git a/src/views/pqs/business/terminal/FrontManagement/index.vue b/src/views/pqs/business/terminal/FrontManagement/index.vue index 79cdf953..7ba221c6 100644 --- a/src/views/pqs/business/terminal/FrontManagement/index.vue +++ b/src/views/pqs/business/terminal/FrontManagement/index.vue @@ -109,6 +109,7 @@ const rules = reactive({ remark: [{ required: true, message: '描述不可为空', trigger: 'blur' }] }) const dialogFormVisible = ref(false) + const dialogTitle = ref('新增前置机') const tableStore = new TableStore({ @@ -199,13 +200,16 @@ const tableStore = new TableStore({ ], beforeSearchFun: () => { for (let key in tableStore.table.params) { - if (tableStore.table.params[key] === '') { + if (tableStore.table.params[key] === '' && key !== 'nodeGrade'&& key !== 'searchState') { delete tableStore.table.params[key] } } } }) tableStore.table.params.orderBy = 'desc' +tableStore.table.params.nodeGrade = '' +tableStore.table.params.searchState = '' +provide('tableStore', tableStore) // 新增 const add = () => { @@ -246,8 +250,6 @@ const resetForm = () => { } } -provide('tableStore', tableStore) - onMounted(() => { setTimeout(() => { tableStore.index() diff --git a/src/views/pqs/voltageSags/Region/transientList/index.vue b/src/views/pqs/voltageSags/Region/transientList/index.vue new file mode 100644 index 00000000..fb9dc0dd --- /dev/null +++ b/src/views/pqs/voltageSags/Region/transientList/index.vue @@ -0,0 +1,375 @@ + + + + + + + + 在线 + 离线 + + + + + + + + + + + + + + + + + + < 时间数 < + + + + + + < 严重度 < + + + + + + + + + + + + + + + + 下载波形 + 导出 + + + + + + + + 值类型选择: + + + + + + + 返回 + + + + + + + + + + + + + + + + diff --git a/src/views/pqs/voltageSags/analyse/eventCorrelation/index.vue b/src/views/pqs/voltageSags/analyse/eventCorrelation/index.vue index 724c69eb..1bcd0dcb 100644 --- a/src/views/pqs/voltageSags/analyse/eventCorrelation/index.vue +++ b/src/views/pqs/voltageSags/analyse/eventCorrelation/index.vue @@ -236,7 +236,7 @@ const tableStore = new TableStore({ loadCallback: () => {} }) - +tableStore.table.params.searchValue='' const bxactiveName = ref('ssbx') const boxoList = ref({}) const wp = ref({}) diff --git a/src/views/pqs/voltageSags/analyse/eventwaveform/index.vue b/src/views/pqs/voltageSags/analyse/eventwaveform/index.vue index 31e89923..3b79be13 100644 --- a/src/views/pqs/voltageSags/analyse/eventwaveform/index.vue +++ b/src/views/pqs/voltageSags/analyse/eventwaveform/index.vue @@ -153,6 +153,7 @@ const tableStore = new TableStore({ loadCallback: () => {} }) +tableStore.table.params.searchValue='' provide('tableStore', tableStore) onMounted(() => { tableStore.index() diff --git a/src/views/pqs/voltageSags/analyse/impactscope/index.vue b/src/views/pqs/voltageSags/analyse/impactscope/index.vue index f01fac88..00508315 100644 --- a/src/views/pqs/voltageSags/analyse/impactscope/index.vue +++ b/src/views/pqs/voltageSags/analyse/impactscope/index.vue @@ -158,6 +158,7 @@ const tableStore = new TableStore({ } }) +tableStore.table.params.searchValue='' provide('tableStore', tableStore) onMounted(() => { tableStore.index() diff --git a/src/views/pqs/voltageSags/report/eventReports/index.vue b/src/views/pqs/voltageSags/report/eventReports/index.vue index cbdb149d..0ddceb17 100644 --- a/src/views/pqs/voltageSags/report/eventReports/index.vue +++ b/src/views/pqs/voltageSags/report/eventReports/index.vue @@ -18,9 +18,7 @@ > - - - +