fix select
This commit is contained in:
parent
bc80b24cf5
commit
15d05597b4
1 changed files with 2 additions and 0 deletions
|
|
@ -354,6 +354,8 @@ onMounted(async () => {
|
||||||
option-label="name"
|
option-label="name"
|
||||||
option-value="id"
|
option-value="id"
|
||||||
use-input
|
use-input
|
||||||
|
hide-selected
|
||||||
|
fill-input
|
||||||
style="width: 300px"
|
style="width: 300px"
|
||||||
@update:model-value="(currentPage = 1), fetchListUsers()"
|
@update:model-value="(currentPage = 1), fetchListUsers()"
|
||||||
@filter="(inputValue: string,
|
@filter="(inputValue: string,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue