Issue #164: Done.

This commit is contained in:
chiayin
2023-09-28 12:57:20 +08:00
parent 18f376c734
commit ed4314e6c0
3 changed files with 3 additions and 3 deletions

View File

@@ -31,11 +31,11 @@ export default {
},
async created() {
// let logId;
this.isLoading = true;
if(this.$route.params.type === 'log') this.conformanceLogId = this.$route.params.fileId;
await this.conformanceStore.getLogConformanceParams();
// this.isLoading = true;
this.isLoading = false;
},
mounted() {