diff --git a/src/pages/03_customer-management/BranchPage.vue b/src/pages/03_customer-management/BranchPage.vue index 26646417..676f7ae2 100644 --- a/src/pages/03_customer-management/BranchPage.vue +++ b/src/pages/03_customer-management/BranchPage.vue @@ -711,7 +711,7 @@ watch([customerId, inputSearch, currentStatus], async () => { class="q-mb-xl" :customer-type="customerType" :customer-name="currentCustomerName" - :readonly="customerBranchFormState.dialogType === 'info'" + readonly v-model:citizen-id="customerBranchFormData.citizenId" v-model:id="customerBranchFormData.id" v-model:legal-person-no="customerBranchFormData.legalPersonNo"