From f2b9ab021787a93a0c8a16e1a35afded8a8aedac Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Mon, 11 Nov 2024 17:12:56 +0700 Subject: [PATCH] fix: option not show --- 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 4cca4b51..73335d98 100644 --- a/src/components/05_quotation/FormAbout.vue +++ b/src/components/05_quotation/FormAbout.vue @@ -128,6 +128,7 @@ async function init(val: string, type: 'branch' | 'customer') { }); } } + customerOption.value = mapped; } } }