doleancer added arrow btn to go to previous and next doleance #2303
This commit is contained in:
@@ -69,12 +69,12 @@ export default {
|
||||
'paper_symbol_definitions'])
|
||||
},
|
||||
created () {
|
||||
console.log('ConcernementMapItem created', this.mapitem);
|
||||
// console.log('ConcernementMapItem created', this.mapitem);
|
||||
// this.id = this.superposition_id ? `${this.cid}___${this.superposition_id}` : this.cid;
|
||||
this.id = this.mapitem.id;
|
||||
this.concernement = this.mapitem.concernement;
|
||||
this.cid = this.concernement.id;
|
||||
console.log('mapitem this.cid', this.cid);
|
||||
// console.log('mapitem this.cid', this.cid);
|
||||
this.active_revision = this.concernement.active_revision;
|
||||
|
||||
// console.log(`ConcernementsMapItem ${this.id} created`);
|
||||
@@ -198,7 +198,7 @@ export default {
|
||||
},
|
||||
active_revision: {
|
||||
handler (n, o) {
|
||||
console.log(`concernementMapItem watch active_revision o:${o}, n:${n}`);
|
||||
// console.log(`concernementMapItem watch active_revision o:${o}, n:${n}`);
|
||||
if(o & n){ // do not trigger on first variable filling (if o is null)
|
||||
this.resetPaperActiveRevision();
|
||||
}
|
||||
@@ -406,7 +406,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
console.log('superposedEntitesIDsList', this.superposedEntitesIDsList);
|
||||
// console.log('superposedEntitesIDsList', this.superposedEntitesIDsList);
|
||||
|
||||
},
|
||||
// MATTER BODY
|
||||
|
||||
Reference in New Issue
Block a user