This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-09-08 11:33:05 +07:00
parent 2fa9fcbb4c
commit 66cb55f509
11 changed files with 102 additions and 97 deletions

View file

@ -122,10 +122,6 @@ function onSearch() {
);
}
function onTableRequest() {
console.log(1111);
}
/** Hook Lifecycle */
onMounted(async () => {
await fecthList();
@ -213,7 +209,6 @@ onMounted(async () => {
:rows-per-page-options="[10, 25, 50, 100]"
:pagination="pagination"
:loading="isLoading"
@request="onTableRequest"
>
<template v-slot:header="props">
<q-tr :props="props">