mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
fix most of vue warnings for accompanyingCourse component
This commit is contained in:
@@ -162,7 +162,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();
|
||||
}));
|
||||
},
|
||||
@@ -170,7 +170,7 @@ export default {
|
||||
postPerson(this.person)
|
||||
.then(person => new Promise((resolve, reject) => {
|
||||
this.person = person;
|
||||
console.log('post person', person);
|
||||
//console.log('post person', person);
|
||||
resolve();
|
||||
}));
|
||||
}
|
||||
|
Reference in New Issue
Block a user