From 296f65b782daeb9c23f8f23edfd5ff3115fa6f7e Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 13 Dec 2024 13:17:21 +0700 Subject: [PATCH] fix --- src/modules/10_registry/02_Government/02_Discipline.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/10_registry/02_Government/02_Discipline.vue b/src/modules/10_registry/02_Government/02_Discipline.vue index 2e495b2..75bb1e4 100644 --- a/src/modules/10_registry/02_Government/02_Discipline.vue +++ b/src/modules/10_registry/02_Government/02_Discipline.vue @@ -15,7 +15,8 @@ const link = ref(""); const $q = useQuasar(); const mixin = useCounterMixin(); const dataStore = useDataStore(); -const { showLoader, hideLoader, messageError, date2Thai,onSearchDataTable } = mixin; +const { showLoader, hideLoader, messageError, date2Thai, onSearchDataTable } = + mixin; const rows = ref([]); const rowsData = ref([]); @@ -202,6 +203,7 @@ onMounted(async () => { v-model="filter" label="ค้นหา" style="max-width: 200px" + @keydown.enter.pervent="onSearch" >