From df9384f7f130cc52f38a8327bdc96946927bd347 Mon Sep 17 00:00:00 2001 From: net Date: Tue, 16 Sep 2025 09:20:45 +0700 Subject: [PATCH] fix: current branch missing --- src/pages/05_quotation/MainPage.vue | 1 + 1 file changed, 1 insertion(+) 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' }); } "