better customer screen WIP
This commit is contained in:
parent
c5fd049d07
commit
bd99364728
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
getCustomerNotes(cust){
|
getCustomerNotes(cust){
|
||||||
this.notes_loading = true
|
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)
|
axios.get(url)
|
||||||
.then(resp => {
|
.then(resp => {
|
||||||
this.notes = resp.data
|
this.notes = resp.data
|
||||||
|
|
Loading…
Reference in a new issue