refactor: comment out condition for resetting search date on tab change
This commit is contained in:
parent
ac42ee60d8
commit
648ed38181
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ watch(
|
||||||
searchDate,
|
searchDate,
|
||||||
],
|
],
|
||||||
async ([tabName], [oldTabName]) => {
|
async ([tabName], [oldTabName]) => {
|
||||||
if (tabName !== oldTabName) searchDate.value = [];
|
// if (tabName !== oldTabName) searchDate.value = [];
|
||||||
if (tabName === 'employer') {
|
if (tabName === 'employer') {
|
||||||
currentPageCustomer.value = 1;
|
currentPageCustomer.value = 1;
|
||||||
currentBtnOpen.value = [];
|
currentBtnOpen.value = [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue