mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
attempt to not include parent address
This commit is contained in:
parent
a764da3e99
commit
ae8cc0f700
@ -229,13 +229,12 @@ export default {
|
||||
"comment": data.comment,
|
||||
"telephone": data.phonenumber,
|
||||
"email": data.email,
|
||||
"address": data.address
|
||||
"address": null
|
||||
}
|
||||
// console.log('body', body)
|
||||
postThirdparty(body)
|
||||
.then(thirdparty => new Promise((resolve, reject) => {
|
||||
// this.$parent.newPriorSuggestion(thirdparty);
|
||||
// console.log('thirdparty created', thirdparty)
|
||||
console.log('thirdparty created', thirdparty)
|
||||
resolve();
|
||||
}));
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user