displaying double cartouche on superposition opening
This commit is contained in:
@@ -36,10 +36,10 @@ export default {
|
||||
window.removeEventListener('mousemove', this.onMousemove);
|
||||
},
|
||||
computed: {
|
||||
...mapState(ConcernementsStore,['concernements']),
|
||||
...mapState(ConcernementsStore,['concernementsByID']),
|
||||
...mapState(ConcernementsStore,['allEntitesById']),
|
||||
...mapState(ConcernementsStore,['allBesoinsById'])
|
||||
...mapState(ConcernementsStore,['concernements',
|
||||
'concernementsByID',
|
||||
'allEntitesById',
|
||||
'allBesoinsById'])
|
||||
},
|
||||
watch: {
|
||||
infos: {
|
||||
|
||||
Reference in New Issue
Block a user