map menu 'action' is working
This commit is contained in:
@@ -21,7 +21,7 @@ export default {
|
||||
if (this.infos.type === 'concernement') {
|
||||
this.concernement = this.concernementsByID[this.infos.id];
|
||||
} else {
|
||||
this.entite = this.allEntitesById[this.infos.id].entite;
|
||||
this.entite = this.allEntitesById[this.infos.id];
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
@@ -40,7 +40,7 @@ export default {
|
||||
if (n.type === 'concernement') {
|
||||
this.concernement = this.concernementsByID[n.id];
|
||||
} else {
|
||||
this.entite = this.allEntitesById[n.id].entite;
|
||||
this.entite = this.allEntitesById[n.id];
|
||||
}
|
||||
},
|
||||
deep: true
|
||||
|
||||
Reference in New Issue
Block a user