refactor: add fetch after close
This commit is contained in:
parent
6b8c2aee3a
commit
516f2f2c22
1 changed files with 3 additions and 1 deletions
|
|
@ -496,8 +496,10 @@ watch([inputSearch, currentStatus], async () => {
|
||||||
<DialogFormContainer
|
<DialogFormContainer
|
||||||
:model-value="customerBranchFormState.dialogModal"
|
:model-value="customerBranchFormState.dialogModal"
|
||||||
:on-close="
|
:on-close="
|
||||||
() => {
|
async () => {
|
||||||
|
await fetchList();
|
||||||
customerBranchFormState.dialogModal = false;
|
customerBranchFormState.dialogModal = false;
|
||||||
|
flowStore.rotate();
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
@submit="
|
@submit="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue