fix
This commit is contained in:
parent
f0f3a94b32
commit
296f65b782
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ const link = ref<string>("");
|
||||||
const $q = useQuasar();
|
const $q = useQuasar();
|
||||||
const mixin = useCounterMixin();
|
const mixin = useCounterMixin();
|
||||||
const dataStore = useDataStore();
|
const dataStore = useDataStore();
|
||||||
const { showLoader, hideLoader, messageError, date2Thai,onSearchDataTable } = mixin;
|
const { showLoader, hideLoader, messageError, date2Thai, onSearchDataTable } =
|
||||||
|
mixin;
|
||||||
|
|
||||||
const rows = ref<DisciplineDetail[]>([]);
|
const rows = ref<DisciplineDetail[]>([]);
|
||||||
const rowsData = ref<DisciplineDetail[]>([]);
|
const rowsData = ref<DisciplineDetail[]>([]);
|
||||||
|
|
@ -202,6 +203,7 @@ onMounted(async () => {
|
||||||
v-model="filter"
|
v-model="filter"
|
||||||
label="ค้นหา"
|
label="ค้นหา"
|
||||||
style="max-width: 200px"
|
style="max-width: 200px"
|
||||||
|
@keydown.enter.pervent="onSearch"
|
||||||
>
|
>
|
||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
<q-icon name="search" />
|
<q-icon name="search" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue