fix: validate error on open dialog
This commit is contained in:
parent
6ea964852b
commit
d6e8d754ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1702,8 +1702,8 @@ const emptyCreateDialog = ref(false);
|
|||
:model-value="customerFormState.dialogModal"
|
||||
:on-open="
|
||||
async () => {
|
||||
await fetchListOfOptionBranch();
|
||||
customerFormStore.resetForm(customerFormState.dialogType === 'create');
|
||||
await fetchListOfOptionBranch();
|
||||
}
|
||||
"
|
||||
:on-close="() => (customerFormState.dialogModal = false)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue