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 @@ > - - - +