ปิด ค้นหา
This commit is contained in:
parent
a6a07b36c1
commit
018e4d2559
1 changed files with 6 additions and 6 deletions
|
|
@ -120,10 +120,10 @@ function resetFilter() {
|
|||
getData();
|
||||
}
|
||||
|
||||
/** ดึงข้อมูลเมื่อ กด enter */
|
||||
function filterFn() {
|
||||
getData();
|
||||
}
|
||||
// /** ดึงข้อมูลเมื่อ กด enter */
|
||||
// function filterFn() {
|
||||
// getData();
|
||||
// }
|
||||
|
||||
function deleteData(id: string) {
|
||||
showLoader();
|
||||
|
|
@ -223,7 +223,7 @@ onMounted(async () => {
|
|||
>
|
||||
</div>
|
||||
<q-space />
|
||||
<q-input
|
||||
<!-- <q-input
|
||||
for="#search"
|
||||
class="col-xs-12 col-sm-3 col-md-2"
|
||||
standout
|
||||
|
|
@ -242,7 +242,7 @@ onMounted(async () => {
|
|||
@click="resetFilter"
|
||||
/>
|
||||
</template>
|
||||
</q-input>
|
||||
</q-input> -->
|
||||
|
||||
<q-select
|
||||
id="visibleColumns"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue