fix .prevent

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-23 11:52:10 +07:00
parent 5642d5b3a0
commit b2298c0e76
25 changed files with 25 additions and 25 deletions

View file

@ -323,7 +323,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="
@keydown.enter.prevent="
store.onSearchData(filterKeyword, columns)
"
>

View file

@ -200,7 +200,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="
@keydown.enter.prevent="
store.onSearchData(filterKeyword, TABLE_COLUMNS)
"
>

View file

@ -199,7 +199,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)"
@keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -199,7 +199,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)"
@keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -199,7 +199,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)"
@keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -198,7 +198,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)"
@keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -201,7 +201,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)"
@keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -210,7 +210,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)"
@keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -217,7 +217,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)"
@keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -260,7 +260,7 @@ onMounted(async () => {
dense
v-model="filterKeyword"
label="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -266,7 +266,7 @@ onMounted(async () => {
dense
v-model="filterKeyword"
label="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -346,7 +346,7 @@ onMounted(async () => {
lazy-rules
label="คำค้น"
hide-bottom-space
@keydown.enter="fetchData()"
@keydown.enter.prevent="fetchData()"
style="min-width: 300px"
>
<template v-slot:append>

View file

@ -264,7 +264,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -315,7 +315,7 @@ onMounted(() => {
outlined
v-model="filter"
placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -237,7 +237,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -199,7 +199,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -295,7 +295,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -227,7 +227,7 @@ onMounted(async () => {
outlined
v-model="filterKeyword"
placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)"
@keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -157,7 +157,7 @@ watch(
dense
v-model="keyword"
label="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -181,7 +181,7 @@ onMounted(() => {
outlined
v-model="keyword"
placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -590,7 +590,7 @@ onMounted(async () => {
dense
v-model="inputSearch"
ref="filterRef"
@keydown.enter.pervent="
@keydown.enter.prevent="
storeData.fetchLog({
rootId: qureyBody.rootId ?? undefined,
size: size ?? undefined,

View file

@ -183,7 +183,7 @@ onMounted(async () => {
outlined
v-model="filter"
placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -332,7 +332,7 @@ onMounted(async () => {
outlined
v-model="filter"
placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -312,7 +312,7 @@ onMounted(() => {
outlined
v-model="filter"
placeholder="ค้นหา"
@keydown.enter="(pagination.page = 1), fetchSalaryList()"
@keydown.enter.prevent="(pagination.page = 1), fetchSalaryList()"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -187,7 +187,7 @@ onMounted(() => {
outlined
v-model="keyword"
placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />