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')"