Issue #22: Done.

This commit is contained in:
chiayin
2023-10-04 13:55:11 +08:00
parent ddd8df9daa
commit c7e706dd5b

View File

@@ -96,7 +96,7 @@ export default {
await this.allMapDataStore.getAllTrace(); // SidebarTrace 要連動 await this.allMapDataStore.getAllTrace(); // SidebarTrace 要連動
await this.$emit('submit-all'); await this.$emit('submit-all');
this.isLoading = false; this.isLoading = false;
this.$toast.success('Filter Success. View the Map.'); this.$toast.success('Filter(s) applied.');
}else { }else {
this.isLoading = true; this.isLoading = true;
await new Promise(resolve => setTimeout(resolve, 1000)); await new Promise(resolve => setTimeout(resolve, 1000));