displaying double cartouche on superposition opening

This commit is contained in:
2023-09-15 11:27:59 +02:00
parent 36b76a9ba6
commit c1c1eab95d
8 changed files with 116 additions and 53 deletions

View File

@@ -1395,8 +1395,12 @@ export default {
// push route (keep the hash for map_mode)
this.$router.push({
name: 'concernement',
hash: `#${this.map_mode}`,
params: {id: this.cid, mapitemid: this.id}
params: {cid: this.cid},
query: {
mapitemid: this.id,
superposition_id: this.superposition_id
},
hash: `#${this.map_mode}`
});
// reset the mousehover
this.resetHoverElmt();