click on entite opened the entite in concernement cartouche

This commit is contained in:
2023-04-19 11:04:57 +02:00
parent 440e6d9f15
commit a47ed7b772
7 changed files with 110 additions and 23 deletions

View File

@@ -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}});
}
}
})