From f5adf7531fc915112ef8df449af84ba71f5fb269 Mon Sep 17 00:00:00 2001 From: wangxiaogang Date: Thu, 4 Jun 2026 21:38:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B4=A6=E5=8D=95?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=A4=B1=E8=B4=A5=EF=BC=88currentPage=20?= =?UTF-8?q?=E6=AE=8B=E7=95=99=E8=B5=8B=E5=80=BC=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/stores/transaction.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/stores/transaction.ts b/client/src/stores/transaction.ts index 36a365e..ba03490 100644 --- a/client/src/stores/transaction.ts +++ b/client/src/stores/transaction.ts @@ -19,7 +19,6 @@ export const useTransactionStore = defineStore('transaction', () => { }) transactions.value = data.list total.value = data.total - currentPage.value = data.page } catch (err) { transactions.value = [] total.value = 0