Issue #22: Done.
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user