refactor: handle dialog add quotation reset value after

This commit is contained in:
Thanaphon Frappet 2024-11-05 16:52:58 +07:00
parent 20856b2d0a
commit eb6164f0a3

View file

@ -680,6 +680,13 @@ async function storeDataLocal(id: string) {
quotationFormData.customerBranchId = '';
}
"
:beforeClose="
() => {
agentPrice = false;
special = false;
return false;
}
"
>
<header class="q-mx-lg q-mt-lg">
<ProfileBanner