mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 18:24:26 +08:00
statistics analysis supports filtering tags
This commit is contained in:
@@ -767,7 +767,8 @@ export default {
|
||||
type: parseInt(query.type) > 0 ? parseInt(query.type) : undefined,
|
||||
categoryIds: query.categoryIds,
|
||||
accountIds: query.accountIds,
|
||||
tagIds: query.tagIds
|
||||
tagIds: query.tagIds,
|
||||
tagFilterType: query.tagFilterType && parseInt(query.tagFilterType) >= 0 ? parseInt(query.tagFilterType) : undefined
|
||||
});
|
||||
|
||||
this.reload(null);
|
||||
|
||||
Reference in New Issue
Block a user