From e478d2e6248918ae2608430f455ca62fc67d4ec8 Mon Sep 17 00:00:00 2001 From: igophper <34326532+igophper@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:19:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E7=BD=91=E7=AB=99=E6=97=A5=E5=BF=97=E6=97=B6=E7=9A=84=E9=97=AA?= =?UTF-8?q?=E7=83=81=E9=97=AE=E9=A2=98=20(#6905)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #6904 --- frontend/src/views/log/website/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/views/log/website/index.vue b/frontend/src/views/log/website/index.vue index b26431e80..75bac0091 100644 --- a/frontend/src/views/log/website/index.vue +++ b/frontend/src/views/log/website/index.vue @@ -124,7 +124,6 @@ const onClean = async () => { submitInputInfo: i18n.global.t('logs.deleteLogs'), }; confirmDialogRef.value!.acceptParams(params); - searchLog(); }; const onDownload = async () => {