feat:更新账单搜索模块

This commit is contained in:
2025-11-11 09:35:49 +08:00
parent e875a8e2d5
commit 5ec0781a53
10 changed files with 86 additions and 53 deletions

View File

@@ -37,6 +37,7 @@ onMounted(async () => {
billStore.billType = 'expensive'
billStore.billDateType = 'month'
await billStore.refreshInfo()
})