From e6b263f2f2c35664a81e71a24f45fba342a7fe55 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 21 Apr 2025 14:37:35 +0800
Subject: [PATCH] fix: 离开home页选中areacode重置

---
 src/components/DeviceJobDetails/JobRelatedEvents.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/DeviceJobDetails/JobRelatedEvents.vue b/src/components/DeviceJobDetails/JobRelatedEvents.vue
index e8bb861..8c53a87 100644
--- a/src/components/DeviceJobDetails/JobRelatedEvents.vue
+++ b/src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -71,7 +71,7 @@
 	getDeviceEventList(params.value, sizeParams.value).then(res => {
 		const resData = res?.data?.data || {}
 		list.value = resData.records
-		total.value = resData.total	
+		total.value = resData.total
 	})
 }
 

--
Gitblit v1.9.3