From 648ed3818179ccfff3178184b09db312dd35cda9 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 17 Apr 2025 17:45:26 +0700 Subject: [PATCH] refactor: comment out condition for resetting search date on tab change --- src/pages/03_customer-management/MainPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];