From 5fb43d29f47d9b316414b28ea84a6fab3133b856 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期一, 22 四月 2024 22:33:18 +0800
Subject: [PATCH] 完善报警统计

---
 src/views/console/workstation/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/console/workstation/index.vue b/src/views/console/workstation/index.vue
index 1ef24d4..2671639 100644
--- a/src/views/console/workstation/index.vue
+++ b/src/views/console/workstation/index.vue
@@ -596,6 +596,10 @@
 				Object.keys(this.basic).forEach(key => {
 					this.basic[key] = '-'
 				})
+				Object.keys(this.info).forEach(key => {
+					this.info[key] = '-'
+				})
+				this.list = []
 				this.workbenchVOList = []
 				return
 			}

--
Gitblit v1.9.3