fix debounce="300"
This commit is contained in:
parent
ee0a41a5cb
commit
261661bba4
19 changed files with 11 additions and 26 deletions
|
|
@ -295,7 +295,7 @@ watch(
|
|||
borderless
|
||||
outlined
|
||||
dense
|
||||
debounce="300"
|
||||
|
||||
v-model="filter"
|
||||
placeholder="ค้นหา"
|
||||
style="width: 200px; max-width: auto"
|
||||
|
|
|
|||
|
|
@ -657,7 +657,7 @@ onMounted(async () => {
|
|||
v-model="filterKeyword"
|
||||
ref="filterRef"
|
||||
outlined
|
||||
debounce="300"
|
||||
|
||||
placeholder="ค้นหา"
|
||||
@keydown.enter.prevent="(pagination.page = 1), getPerson()"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -701,7 +701,7 @@ onMounted(async () => {
|
|||
v-model="formProbation.keyword"
|
||||
ref="filterRef2"
|
||||
outlined
|
||||
debounce="300"
|
||||
|
||||
placeholder="ค้นหา"
|
||||
@keydown.enter.prevent="filterKeyword2Fn(formProbation.page)"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue