creating clones of map_item for duplicates superposition concernement couples

This commit is contained in:
2023-09-11 11:57:38 +02:00
parent 8e9941c1d1
commit c4dd253b98
4 changed files with 100 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ export default {
entite: null,
besoin: null,
reponse: null,
superposition: null,
headphones_path: mdiHeadphones
}
},
@@ -37,6 +38,11 @@ export default {
break;
}
}
} else if (this.infos.type === 'superposition') {
this.superposition = {
concernement: this.concernementsByID[this.infos.cid],
entite: this.allEntitesById[this.infos.eid]
}
}
},
mounted () {