correction vue

This commit is contained in:
Alexandre_BRAVO
2024-11-19 16:25:11 +01:00
parent fbf56f4217
commit ded54af4f6
4 changed files with 19 additions and 16 deletions

View File

@ -132,14 +132,6 @@ export default {
async mounted() {
await this.fetchFiles();
this.breadcrumbParts = this.getBreadcrumbParts();
const webTransferDiv = document.getElementById('archiveInfos');
if (webTransferDiv) {
this.archiveUrl = webTransferDiv.dataset.archiveUrl;
this.token = webTransferDiv.dataset.token;
} else {
console.error('Pas d\'informations pour recuperer l\'archive');
}
},
methods: {
async fetchFiles() {