fix: wrong id

This commit is contained in:
Net 2024-08-14 16:02:30 +07:00
parent b2617a924f
commit bd676cc711
2 changed files with 19 additions and 5 deletions

View file

@ -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')"