diff --git a/src/components/03_customer-management/CustomerInfoComponent.vue b/src/components/03_customer-management/CustomerInfoComponent.vue index 3788e0e1..37833050 100644 --- a/src/components/03_customer-management/CustomerInfoComponent.vue +++ b/src/components/03_customer-management/CustomerInfoComponent.vue @@ -69,8 +69,6 @@ async function fetchList() { totalBranch.value = result.total; maxPageBranch.value = Math.ceil(result.total / pageSizeBranch.value); branch.value = result.result; - - console.log(branch.value); } }