refactor: close Dialog
This commit is contained in:
parent
e882c13f68
commit
a1b12fbb46
1 changed files with 5 additions and 0 deletions
|
|
@ -495,6 +495,11 @@ watch([inputSearch, currentStatus], async () => {
|
|||
|
||||
<DialogFormContainer
|
||||
:model-value="customerBranchFormState.dialogModal"
|
||||
:on-close="
|
||||
() => {
|
||||
customerBranchFormState.dialogModal = false;
|
||||
}
|
||||
"
|
||||
@submit="
|
||||
async () => {
|
||||
const res = await customerBranchFormStore.submitForm();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue