diff --git a/src/components/03_customer-management/BasicInformation.vue b/src/components/03_customer-management/BasicInformation.vue index 46e5bf07..08e21eaa 100644 --- a/src/components/03_customer-management/BasicInformation.vue +++ b/src/components/03_customer-management/BasicInformation.vue @@ -39,27 +39,13 @@ const props = defineProps<{ defineEmits<{ (e: 'filterOwnerBranch', val: string, update: void): void; }>(); - -onMounted(async () => { - - - - if(!!props.optionsBranch) { - - registeredBranchId.value = props.optionsBranch[0].id ; - } - -});