mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
placeholders for civility and profession
This commit is contained in:
@@ -222,13 +222,14 @@ export default {
|
||||
"profession": {"id": data.profession},
|
||||
"comment": data.comment,
|
||||
"telephone": data.phonenumber,
|
||||
"email": data.email
|
||||
"email": data.email,
|
||||
"address": data.address
|
||||
}
|
||||
// console.log('body', body)
|
||||
postThirdparty(body)
|
||||
.then(thirdparty => new Promise((resolve, reject) => {
|
||||
// this.newPriorSuggestion(thirdparty);
|
||||
console.log('thirdparty created', thirdparty)
|
||||
// this.$parent.newPriorSuggestion(thirdparty);
|
||||
// console.log('thirdparty created', thirdparty)
|
||||
resolve();
|
||||
}));
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user