refactor: handle dialog add quotation reset value after
This commit is contained in:
parent
20856b2d0a
commit
eb6164f0a3
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue