concenrment history bug fix #2295

This commit is contained in:
2023-10-02 09:55:25 +02:00
parent e032fd91a7
commit ad010e5c8d
3 changed files with 12 additions and 6 deletions

View File

@@ -94,8 +94,8 @@ export default {
watch: {
history_value: {
handler (n, o) {
console.log(`TerrainDeVie watch history_value o:${o}, n:${n}`);
this.setActiveRevision(this.concernement.id, n);
// console.log(`TerrainDeVie watch history_value o:${o}, n:${n}`);
this.setActiveRevision(this.cid, n);
},
deep: true
},