diff --git a/src/components/05_quotation/FormAbout.vue b/src/components/05_quotation/FormAbout.vue index 5f2cc1fc..2e56c0c2 100644 --- a/src/components/05_quotation/FormAbout.vue +++ b/src/components/05_quotation/FormAbout.vue @@ -64,6 +64,7 @@ async function init(val: string, type: 'branch' | 'customer') { : await customerStore.fetchListCustomerBranch({ query: val, pageSize: 30, + company: true, }); if (res) { if (type === 'branch') {