From 11f90445f88d385f28edd1ce925e5855b02c9d02 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:50:20 +0700 Subject: [PATCH] =?UTF-8?q?refactor:=20=E0=B9=80=E0=B8=9E=E0=B8=B4?= =?UTF-8?q?=E0=B9=88=E0=B8=A1=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../03_customer-management/AboutComponent.vue | 17 ++++++++++++--- .../BasicInformation.vue | 21 +++++++++++++++++++ 2 files changed, 35 insertions(+), 3 deletions(-) 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');