Merge remote-tracking branch 'origin/master' into issue357_front_end_validation

This commit is contained in:
2022-01-16 22:51:45 +01:00
38 changed files with 523 additions and 76 deletions

View File

@@ -227,7 +227,7 @@ export default {
getPerson(this.id)
.then(person => new Promise((resolve, reject) => {
this.person = person;
console.log('get person', this.person);
//console.log('get person', this.person);
resolve();
}));
},