This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-20 09:23:46 +07:00
parent 3c037634a8
commit 98b081e9f4
42 changed files with 43 additions and 43 deletions

View file

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

View file

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

View file

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