Discover: sidebarFilter Funnel button ApplyAll done.
This commit is contained in:
@@ -294,17 +294,14 @@ export default {
|
||||
},
|
||||
async created() {
|
||||
this.allMapDataStore.logId = this.$route.params.logId;
|
||||
|
||||
await this.allMapDataStore.getAllMapData();
|
||||
await this.allMapDataStore.getAllTrace();
|
||||
await this.allMapDataStore.getTraceDetail();
|
||||
|
||||
this.createCy(this.mapType);
|
||||
|
||||
this.allMapDataStore.getFilterParams();
|
||||
},
|
||||
mounted() {
|
||||
// this.isLoading = false;
|
||||
await this.allMapDataStore.getFilterParams();
|
||||
this.isLoading = true;
|
||||
await new Promise(resolve => setTimeout(resolve, 1000));
|
||||
this.isLoading = false;
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user