creating clones of map_item for duplicates superposition concernement couples
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user