Conformance: done.

This commit is contained in:
chiayin
2023-09-05 15:37:45 +08:00
parent ef6c475782
commit f98b1b570e

View File

@@ -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;
}
}
</script>