diff --git a/src/components/Discover/Conformance/StatusBar.vue b/src/components/Discover/Conformance/StatusBar.vue index 1741214..72456a5 100644 --- a/src/components/Discover/Conformance/StatusBar.vue +++ b/src/components/Discover/Conformance/StatusBar.vue @@ -151,7 +151,7 @@ export default { if(this.$route.params.type === 'log') this.logId = this.$route.params.fileId; await this.allMapDataStore.getAllMapData(); await this.getStatData(); - // this.isPanel = true; + this.isPanel = true; } }