fix: wrong id
This commit is contained in:
parent
b2617a924f
commit
bd676cc711
2 changed files with 19 additions and 5 deletions
|
|
@ -1853,7 +1853,7 @@ const emptyCreateDialog = ref(false);
|
|||
>
|
||||
<BranchPage
|
||||
v-if="currentCustomer"
|
||||
:customer-id="currentCustomer.id"
|
||||
v-model:customer-id="currentCustomer.id"
|
||||
:customer-type="currentCustomer.customerType"
|
||||
v-model:mode-view="gridView"
|
||||
@back="$router.push('/customer-management')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue