fix(04): customer fetch br option
This commit is contained in:
parent
f6c98b4936
commit
041fde59e5
1 changed files with 1 additions and 0 deletions
|
|
@ -466,6 +466,7 @@ async function openHistory(id: string) {
|
||||||
|
|
||||||
async function editCustomerForm(id: string) {
|
async function editCustomerForm(id: string) {
|
||||||
await customerFormStore.assignFormData(id);
|
await customerFormStore.assignFormData(id);
|
||||||
|
await fetchListOfOptionBranch();
|
||||||
customerFormState.value.dialogType = 'edit';
|
customerFormState.value.dialogType = 'edit';
|
||||||
customerFormState.value.drawerModal = true;
|
customerFormState.value.drawerModal = true;
|
||||||
customerFormState.value.editCustomerId = id;
|
customerFormState.value.editCustomerId = id;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue