fix(discipline): clear selected employees on class change
This commit is contained in:
parent
3c15bb3b0b
commit
dd5b2e0676
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ watch(
|
||||||
outlined
|
outlined
|
||||||
option-label="name"
|
option-label="name"
|
||||||
option-value="id"
|
option-value="id"
|
||||||
@update:model-value="rows = []"
|
@update:model-value="(rows = []), (selected = [])"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue