From ebe74d905c3b7b3e80751c109b2d60e6ac1a9df0 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:17:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=AE=A1=E8=AE=A1-=E7=BD=91=E7=AB=99=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E6=97=A5=E5=BF=97=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98=20(#2828)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/log/website/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/log/website/index.vue b/frontend/src/views/log/website/index.vue index db482ecb5..3e9b8c883 100644 --- a/frontend/src/views/log/website/index.vue +++ b/frontend/src/views/log/website/index.vue @@ -146,6 +146,8 @@ const handleReady = (payload) => { const changeType = (type: string) => { logReq.logType = type; if (logReq.id != undefined) { + logReq.page = 0; + logReq.pageSize = 500; search(); } };