mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
exclude deleted account
This commit is contained in:
@@ -127,7 +127,7 @@ export function useAppSettingPageBase() {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (excludeAccountIds[accountId]) {
|
if (excludeAccountIds[accountId] && accountsStore.allAccountsMap[accountId]) {
|
||||||
hasExcludeAccount = true;
|
hasExcludeAccount = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user