concenrment history bug fix #2295
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user