Issue #104: Done.

This commit is contained in:
chiayin
2023-10-03 16:57:21 +08:00
parent 112c4d1cdf
commit bee668a3f7
2 changed files with 9 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ export default {
this.isLoading = true;
await this.allMapDataStore.addTempFilterId();
await this.allMapDataStore.getAllMapData();
await this.allMapDataStore.getAllTrace(); // SidebarTrace 要連動
await this.$emit('submit-all');
this.isLoading = false;
this.$toast.success('Filter Success. View the Map.');