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" >