mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
add keyword parameters to the URL when searching for transaction descriptions in the desktop transaction list
This commit is contained in:
@@ -99,7 +99,8 @@ const router = createRouter({
|
||||
initMinTime: route.query.minTime,
|
||||
initType: route.query.type,
|
||||
initCategoryId: route.query.categoryId,
|
||||
initAccountId: route.query.accountId
|
||||
initAccountId: route.query.accountId,
|
||||
initKeyword: route.query.keyword
|
||||
})
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user