refactor: set branch Id

This commit is contained in:
Thanaphon Frappet 2024-10-10 18:15:45 +07:00
parent 18a635e0af
commit d82c728919

View file

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