@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue +++ a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue @@ -157,7 +157,7 @@ export default { const client = APIClient.acquisition client.vendors.getAll().then( vendors => { - this.vendors = vendors + this.vendorStore.vendors = vendors this.initialized = true }, error => {} --