support filtering geographic location and pictures in insights explorer

This commit is contained in:
MaysWind
2026-01-03 22:42:58 +08:00
parent 91a00cb5b3
commit 43154832b6
6 changed files with 134 additions and 2 deletions
+2 -1
View File
@@ -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;