Is there a way to extract all of this data? I've attempted using this._data.forEach
but it doesn't seem to be effective. Thank you!
data() {
return {
childData: '',
credit: '',
company: '',
email: '',
first_name: '',
middle_name: '',
terms: '',
last_name: '',
phone: '',
mobile: '',
fax: '',
street: '',
city: '',
country: '',
state: '',
zip_code: '',
as_of: '',
account_number: '',
website:'',
open_balance: '',
notes: '',
files: null,
}