diff --git a/src/components/03_customer-management/AboutComponent.vue b/src/components/03_customer-management/AboutComponent.vue index 7b209788..27772208 100644 --- a/src/components/03_customer-management/AboutComponent.vue +++ b/src/components/03_customer-management/AboutComponent.vue @@ -17,8 +17,7 @@ const customerEnglishName = defineModel('customerEnglishName'); const authorizedCapital = defineModel('authorizedCapital'); const registerName = defineModel('registerName'); const registerDate = defineModel('registerDate'); - -const employerBranchCode = defineModel('employerBranchCode'); +const branchNo = defineModel('branchNo');