From c5ad30177ba24c3c037926ce5ff5d8488725b5a1 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Fri, 7 Jun 2024 10:18:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=88=E7=AB=AF=E5=8F=B0=E8=B4=A6=E3=80=81?= =?UTF-8?q?=E7=9B=91=E6=B5=8B=E7=82=B9=E5=8F=B0=E8=B4=A6=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pqs/supervise/terminal/components/deviceLedgerTable.vue | 1 + .../pqs/supervise/terminal/components/monitorLedgerTable.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/pqs/supervise/terminal/components/deviceLedgerTable.vue b/src/views/pqs/supervise/terminal/components/deviceLedgerTable.vue index b02d339a..016314e4 100644 --- a/src/views/pqs/supervise/terminal/components/deviceLedgerTable.vue +++ b/src/views/pqs/supervise/terminal/components/deviceLedgerTable.vue @@ -118,6 +118,7 @@ const tableStore = new TableStore({ }) tableStore.table.params.runF=null +tableStore.table.params.runFlag=[] tableStore.table.params.searchValue='' const runFlagList = [{id:0,name:'运行'},{id:1,name:'检修'},{id:2,name:'停运'},{id:3,name:'调试'},{id:4,name:'退运'}] diff --git a/src/views/pqs/supervise/terminal/components/monitorLedgerTable.vue b/src/views/pqs/supervise/terminal/components/monitorLedgerTable.vue index fd0b0b92..56b88a9f 100644 --- a/src/views/pqs/supervise/terminal/components/monitorLedgerTable.vue +++ b/src/views/pqs/supervise/terminal/components/monitorLedgerTable.vue @@ -146,6 +146,7 @@ const tableStore = new TableStore({ }) tableStore.table.params.runF=null +tableStore.table.params.runFlag=[] tableStore.table.params.searchValue=''