refactor: comment out condition for resetting search date on tab change

This commit is contained in:
puriphatt 2025-04-17 17:45:26 +07:00
parent ac42ee60d8
commit 648ed38181

View file

@ -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 = [];