From 132e112a7e9a81c80e2e1c1859bab7f0ae573233 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 21 Apr 2025 11:21:00 +0800
Subject: [PATCH] feat: 调整参数
---
src/components/DeviceJobDetails/JobRelatedEvents.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/components/DeviceJobDetails/JobRelatedEvents.vue b/src/components/DeviceJobDetails/JobRelatedEvents.vue
index 980e4c3..e8bb861 100644
--- a/src/components/DeviceJobDetails/JobRelatedEvents.vue
+++ b/src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -71,8 +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