refactor: delete index

This commit is contained in:
Net 2024-08-29 22:05:18 +07:00
parent e1ea4d4b71
commit 399006522e

View file

@ -168,7 +168,7 @@ defineProps<{
class="col-12 col-md-3"
:label="$t('customer.form.branchCode')"
for="input-branch-code"
:model-value="`${branchCode}${index}`"
:model-value="`${branchCode}`"
/>
<q-input