mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
code refactor
This commit is contained in:
@@ -270,7 +270,7 @@ export const useOverviewStore = defineStore('overview', () => {
|
||||
transactionOverviewStateInvalid.value = invalidState;
|
||||
}
|
||||
|
||||
function resetTransactionOverview() {
|
||||
function resetTransactionOverview(): void {
|
||||
updateTransactionDateRange();
|
||||
transactionOverviewOptions.value.loadLast11Months = false;
|
||||
transactionOverviewData.value = {};
|
||||
|
||||
Reference in New Issue
Block a user