From ebba278b732a567391fb709c88f41690af5b6467 Mon Sep 17 00:00:00 2001 From: hyh Date: Mon, 4 Aug 2025 12:03:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/online-protocol-logs/OnlineProtocolLogsView.tsx | 2 +- .../src/pages/protocol-logs/HistoryProtocolLogsView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/X1.WebUI/src/pages/online-protocol-logs/OnlineProtocolLogsView.tsx b/src/X1.WebUI/src/pages/online-protocol-logs/OnlineProtocolLogsView.tsx index a06a788..b63ed6b 100644 --- a/src/X1.WebUI/src/pages/online-protocol-logs/OnlineProtocolLogsView.tsx +++ b/src/X1.WebUI/src/pages/online-protocol-logs/OnlineProtocolLogsView.tsx @@ -45,7 +45,7 @@ export default function OnlineProtocolLogsView() { deviceRuntimeStatus: undefined, runtimeCodes: [], runtimeStatuses: [1], // 默认只显示运行中的设备日志 - orderByDescending: true, + orderByDescending: false, }); const { toast } = useToast(); diff --git a/src/X1.WebUI/src/pages/protocol-logs/HistoryProtocolLogsView.tsx b/src/X1.WebUI/src/pages/protocol-logs/HistoryProtocolLogsView.tsx index 8beb85a..febe503 100644 --- a/src/X1.WebUI/src/pages/protocol-logs/HistoryProtocolLogsView.tsx +++ b/src/X1.WebUI/src/pages/protocol-logs/HistoryProtocolLogsView.tsx @@ -44,7 +44,7 @@ export default function HistoryProtocolLogsView() { deviceRuntimeStatus: undefined, runtimeCodes: [], runtimeStatuses: [0,2,3], - orderByDescending: true, + orderByDescending: false, }); const { toast } = useToast();