From 130a157abc612e286ae5969eb20bafd2205c8222 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 14 Oct 2025 08:56:45 +0800 Subject: [PATCH] fix cannot move or delete sub-account all transactions --- src/views/desktop/accounts/ListPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/desktop/accounts/ListPage.vue b/src/views/desktop/accounts/ListPage.vue index 54fc5a7b..67b8032d 100644 --- a/src/views/desktop/accounts/ListPage.vue +++ b/src/views/desktop/accounts/ListPage.vue @@ -258,11 +258,11 @@ + @click="moveAllTransactions(element.getAccountOrSubAccount(activeSubAccount[element.id]))"> + @click="clearAllTransactions(element.getAccountOrSubAccount(activeSubAccount[element.id]))">