From 5d21d930174f6b065632834743d4ba3a07d4e7f7 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 21 Apr 2025 11:20:05 +0800
Subject: [PATCH] Merge branch 'master' into test

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

diff --git a/src/components/DeviceJobDetails/JobRelatedEvents.vue b/src/components/DeviceJobDetails/JobRelatedEvents.vue
index 980e4c3..f4aa262 100644
--- a/src/components/DeviceJobDetails/JobRelatedEvents.vue
+++ b/src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -72,6 +72,7 @@
 		const resData = res?.data?.data || {}
 		list.value = resData.records
 		total.value = resData.total
+console.log('历史任务详情');
 
 	})
 }

--
Gitblit v1.9.3