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 | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/components/DeviceJobDetails/JobRelatedEvents.vue b/src/components/DeviceJobDetails/JobRelatedEvents.vue
index 980e4c3..8c53a87 100644
--- a/src/components/DeviceJobDetails/JobRelatedEvents.vue
+++ b/src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -72,7 +72,6 @@
const resData = res?.data?.data || {}
list.value = resData.records
total.value = resData.total
-
})
}
--
Gitblit v1.9.3