mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
support filtering geographic location and pictures in insights explorer
This commit is contained in:
@@ -857,7 +857,8 @@ export const useExplorersStore = defineStore('explorers', () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
services.getAllTransactions({
|
||||
startTime: transactionExplorerFilter.value.startTime,
|
||||
endTime: transactionExplorerFilter.value.endTime
|
||||
endTime: transactionExplorerFilter.value.endTime,
|
||||
withPictures: true
|
||||
}).then(response => {
|
||||
const data = response.data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user