From 0985e2f10eeb1b0470f9930ad7696cbda8cf675d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 2 Dec 2020 19:45:00 +0000 Subject: [PATCH] --- ayanova/src/views/cust-head-office.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/views/cust-head-office.vue b/ayanova/src/views/cust-head-office.vue index e35a5515..57929658 100644 --- a/ayanova/src/views/cust-head-office.vue +++ b/ayanova/src/views/cust-head-office.vue @@ -1062,7 +1062,7 @@ export default { window.$gz.form.deleteAllErrorBoxErrors(vm); try { let res = await window.$gz.api.get( - `user/customer-contacts/${vm.obj.id}` + `user/head-office-contacts/${vm.obj.id}` ); vm.hasFetchedContacts = true;