diff --git a/src/components/03_customer-management/CustomerInfoComponent.vue b/src/components/03_customer-management/CustomerInfoComponent.vue index 1540602f..3788e0e1 100644 --- a/src/components/03_customer-management/CustomerInfoComponent.vue +++ b/src/components/03_customer-management/CustomerInfoComponent.vue @@ -224,7 +224,12 @@ watch(currentStatus, async () => { diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 29661b31..e411e211 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -1553,7 +1553,12 @@ watch([inputSearch, currentStatus], async () => { @@ -1617,7 +1622,12 @@ watch([inputSearch, currentStatus], async () => {