click on entite opened the entite in concernement cartouche
This commit is contained in:
@@ -96,6 +96,9 @@ export const ConcernementsStore = defineStore({
|
||||
},
|
||||
resetConcernementOpened () {
|
||||
this.opened = null;
|
||||
},
|
||||
openEntite (cid, id) {
|
||||
this.router.push({name: 'concernement', params: {id: cid, eid: id}});
|
||||
}
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user