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