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