diff --git a/src/views/customers/CustomerList.vue b/src/views/customers/CustomerList.vue index 62ba17d..f97953a 100644 --- a/src/views/customers/CustomerList.vue +++ b/src/views/customers/CustomerList.vue @@ -79,7 +79,7 @@ export default { methods: { getCustomerNotes(cust){ this.notes_loading = true - let url = this.$api_url + "/customers/" + cust + "/notes" + let url = this.$api_url + "/customers/" + cust.acc_no + "/notes" axios.get(url) .then(resp => { this.notes = resp.data