วินัย => fix bug

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-04 13:44:29 +07:00
parent 7a483649d4
commit 17b801eede
15 changed files with 197 additions and 90 deletions

View file

@ -124,7 +124,14 @@ onMounted(async () => {
option-value="id"
:options="dataInvestigate.statusOptions"
@update:model-value="getList()"
/>
>
<template v-if="statusFilter !== 'ALL'" v-slot:append>
<q-icon
name="cancel"
@click.stop.prevent="(statusFilter = 'ALL'), getList()"
class="cursor-pointer"
/> </template
></q-select>
</div>
<q-space />