fix: 02 tab selected

This commit is contained in:
puriphatt 2024-07-05 11:10:46 +00:00
parent 7473275bc4
commit e87dd523ff

View file

@ -734,7 +734,7 @@ watch(inputSearch, async () => await fetchUserList());
active-color="info" active-color="info"
> >
<q-tab <q-tab
name="employer" name="ALL"
@click=" @click="
async () => { async () => {
currentPage = 1; currentPage = 1;
@ -755,7 +755,7 @@ watch(inputSearch, async () => await fetchUserList());
</div> </div>
</q-tab> </q-tab>
<q-tab <q-tab
name="employee" name="USER"
@click=" @click="
async () => { async () => {
selectorLabel = 'USER'; selectorLabel = 'USER';