fix .prevent
This commit is contained in:
parent
409292b699
commit
1b42277dcb
70 changed files with 72 additions and 72 deletions
|
|
@ -193,7 +193,7 @@ onMounted(async () => {
|
|||
outlined
|
||||
v-model="queryParams.keyword"
|
||||
label="ค้นหา"
|
||||
@keydown.enter="(queryParams.page = 1), fetchListCommand()"
|
||||
@keydown.enter.prevent="(queryParams.page = 1), fetchListCommand()"
|
||||
>
|
||||
<template v-slot:append> <q-icon name="search" /> </template
|
||||
></q-input>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue