diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index 3551a047..1f2f073d 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -877,6 +877,7 @@ async function filterBySellerId() { :submit=" () => { quotationFormState.mode = 'create'; + quotationFormData.customerBranchId = currentBranchRootId; triggerQuotationDialog({ statusDialog: 'create' }); } "