From 44f8a5c027580925dd4987608f43a85a1e16d578 Mon Sep 17 00:00:00 2001 From: Ultrame <1019265060@qq.com> Date: Thu, 2 Oct 2025 21:50:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8D=95=E6=9F=A5=E8=AF=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/user_pages/wallet/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/user_pages/wallet/index.tsx b/src/user_pages/wallet/index.tsx index b788df6..a3e9dab 100644 --- a/src/user_pages/wallet/index.tsx +++ b/src/user_pages/wallet/index.tsx @@ -157,6 +157,7 @@ const WalletPage: React.FC = () => { }); const modify_load_transactions_params = () => { + set_transactions([]) const { type, transaction_sub_type } = filterParams; set_load_transactions_params((prev) => { return { @@ -626,6 +627,7 @@ const WalletPage: React.FC = () => { ]} type="month" onChange={(e) => { + set_transactions([]); const [year, month] = e; set_load_transactions_params({ ...load_transactions_params,