placeholders for civility and profession

This commit is contained in:
2022-01-19 12:14:37 +01:00
parent b8e16d2929
commit f84e088e7b
2 changed files with 7 additions and 6 deletions

View File

@@ -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 {