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