fix(discipline): clear selected employees on class change

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-26 10:16:46 +07:00
parent 3c15bb3b0b
commit dd5b2e0676

View file

@ -305,7 +305,7 @@ watch(
outlined
option-label="name"
option-value="id"
@update:model-value="rows = []"
@update:model-value="(rows = []), (selected = [])"
/>
</div>
</div>