From 4fbc25fb033377e85f2d2e7350c5b8b2a7f5844f Mon Sep 17 00:00:00 2001 From: Austin <1344583166@qq.com> Date: Thu, 5 Sep 2024 09:18:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20dbha=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E9=BB=98=E8=AE=A4=E6=97=B6=E9=97=B4=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D=20#6670?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbm-ui/frontend/src/views/dbha-switch-events/list/Index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbm-ui/frontend/src/views/dbha-switch-events/list/Index.vue b/dbm-ui/frontend/src/views/dbha-switch-events/list/Index.vue index 1984168fb1..56c01207bc 100644 --- a/dbm-ui/frontend/src/views/dbha-switch-events/list/Index.vue +++ b/dbm-ui/frontend/src/views/dbha-switch-events/list/Index.vue @@ -104,8 +104,8 @@ const isLoading = ref(false); const filterDateRang = ref<[string, string]>([ dayjs().day(-6) - .toISOString(), - dayjs().toISOString(), + .format('YYYY-MM-DD HH:mm:ss'), + dayjs().format('YYYY-MM-DD HH:mm:ss'), ]); const logState = reactive({