From da7a77b2c0de1cbd29d12eee3750f1c9d5958ecb Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Tue, 15 Oct 2024 09:46:20 +0700 Subject: [PATCH] feat: list customer branch now fetch all in company --- src/components/05_quotation/FormAbout.vue | 1 + 1 file changed, 1 insertion(+) 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') {