attempt to not include parent address

This commit is contained in:
Julie Lenaerts 2022-01-19 16:51:21 +01:00
parent a764da3e99
commit ae8cc0f700

View File

@ -229,13 +229,12 @@ export default {
"comment": data.comment, "comment": data.comment,
"telephone": data.phonenumber, "telephone": data.phonenumber,
"email": data.email, "email": data.email,
"address": data.address "address": null
} }
// console.log('body', body)
postThirdparty(body) postThirdparty(body)
.then(thirdparty => new Promise((resolve, reject) => { .then(thirdparty => new Promise((resolve, reject) => {
// this.$parent.newPriorSuggestion(thirdparty); // this.$parent.newPriorSuggestion(thirdparty);
// console.log('thirdparty created', thirdparty) console.log('thirdparty created', thirdparty)
resolve(); resolve();
})); }));
} else { } else {