fix: current branch missing
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Thanaphon Saengchan 2025-09-16 09:20:45 +07:00
parent 17b18812d7
commit df9384f7f1

View file

@ -877,6 +877,7 @@ async function filterBySellerId() {
:submit="
() => {
quotationFormState.mode = 'create';
quotationFormData.customerBranchId = currentBranchRootId;
triggerQuotationDialog({ statusDialog: 'create' });
}
"