From e315d8d752d5552b0fac92a8623ba59de66efd52 Mon Sep 17 00:00:00 2001 From: anonymous Date: Thu, 2 Jan 2025 16:39:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E8=BD=BD=E6=97=B6=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E6=95=B0=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useListPageRequest.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/useListPageRequest.ts b/src/hooks/useListPageRequest.ts index 325801e..636c93a 100644 --- a/src/hooks/useListPageRequest.ts +++ b/src/hooks/useListPageRequest.ts @@ -60,6 +60,7 @@ function useListPageRequest( customParams = params } try { + list.value = [] await loadData() } finally { loading.value = false