diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index f78f1cb0..cfd29786 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -236,7 +236,7 @@ watch( searchDate, ], async ([tabName], [oldTabName]) => { - if (tabName !== oldTabName) searchDate.value = []; + // if (tabName !== oldTabName) searchDate.value = []; if (tabName === 'employer') { currentPageCustomer.value = 1; currentBtnOpen.value = [];