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; } } }