From d82c7289198f7ddc2de9a17a6acdd6d51eb8eb97 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 10 Oct 2024 18:15:45 +0700 Subject: [PATCH] refactor: set branch Id --- src/pages/05_quotation/MainPage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index 9c0041b5..8ea1b842 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -625,6 +625,7 @@ watch(() => pageState.currentTab, fetchQuotationList); triggerQuotationDialog({ statusDialog: 'info', quotationId: v.id, + branchId: v.customerBranch.customer.registeredBranchId, }); } " @@ -632,6 +633,7 @@ watch(() => pageState.currentTab, fetchQuotationList); triggerQuotationDialog({ statusDialog: 'edit', quotationId: v.id, + branchId: v.customerBranch.customer.registeredBranchId, }) " @link="console.log('link')"